mastodonien.de

fosstodon.org

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Sa 17.08.2024 00:00:00    61.999      +3    3.636.558    58,7 Fosstodon                 4.2.11     500
Fr 16.08.2024 00:01:10    61.996      +3    3.633.388    58,6 Fosstodon                 4.2.10     500
Do 15.08.2024 00:00:12    61.993      +6    3.630.286    58,6 Fosstodon                 4.2.10     500
Mi 14.08.2024 00:00:19    61.987      +2    3.626.838    58,5 Fosstodon                 4.2.10     500
Di 13.08.2024 00:00:00    61.985      +2    3.628.123    58,5 Fosstodon                 4.2.10     500
Mo 12.08.2024 00:00:00    61.983      +1    3.625.238    58,5 Fosstodon                 4.2.10     500
So 11.08.2024 00:00:00    61.982      +3    3.622.897    58,5 Fosstodon                 4.2.10     500
Sa 10.08.2024 00:00:02    61.979      +2    3.620.040    58,4 Fosstodon                 4.2.10     500
Fr 09.08.2024 00:00:16    61.977      -1    3.617.019    58,4 Fosstodon                 4.2.10     500
Do 08.08.2024 00:00:21    61.978       0    3.614.789    58,3 Fosstodon                 4.2.10     500

Sa 17.08.2024 18:27

In , do you break lines before or after the pipe? I used to always break after the pipe in bash but in my jq scripts I would always use pipes at the start of a line. But I think I'm going to start keeping pipes at the start for both.

```shell
# Remove all exited containers except those managed by Unraid
docker ps --all --format "{{.ID}} {{.Labels}}" --filter "status=exited" \
| awk '!/net.unraid.docker.managed/ {print $1}' \
| xargs --no-run-if-empty docker rm
```

Don't break long lines (0)
Break lines before pipes (0)
Break lines after pipes (0)
Situational / Don't Care (0)

2024-08-20T16:27:43.862Z

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen