Tootfinder

Opt-in global Mastodon full text search. Join the index!

@mro@digitalcourage.social
2026-07-21 15:24:18

#FollowerPower
why does that split neither in #bash nor #dash:
```
$ echo "loc@hos" | IFS=@ read -r loc hos
```
Edit: got it,