Re: [dev] I didn't know that you could use the shell like this: compound pipe?

From: <201009-suckless_AT_planhack.com>
Date: Wed, 17 Jan 2024 19:00:59 -0500

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