What is Nostr?
Julien Riou /
npub1vfe…9kd2
2024-12-02 11:41:56

Julien Riou on Nostr: TIL that we can easily convert a list of values with new lines to a space separated ...

TIL that we can easily convert a list of values with new lines to a space separated list of values using the "paste" command:

```
$ cat servers.txt
server1
server2
server3
```
To
```
$ paste -sd ' ' < servers.txt
server1 server2 server3
```

#gnu #coreutils
Author Public Key
npub1vfe67ep5v6gwvj3w9e30mx2kxyc94hyd9drqk2al9n5nqlww0g3snq9kd2