Re: [dev] I didn't know that you could use the shell like this: compound pipe?
Use files.
./program-cli | (
read -r
printf "%s\n" "$REPLY" > /tmp/a
) > /tmp/b
fooify /tmp/a
barify /tmp/b
....
Received on Thu Jan 18 2024 - 01:00:59 CET
This archive was generated by hypermail 2.3.0
: Thu Jan 18 2024 - 01:12:08 CET