Use files. ./program-cli | ( read -r printf "%s\n" "$REPLY" > /tmp/a ) > /tmp/b fooify /tmp/a barify /tmp/b ....
- [dev] I didn't know that you could use the shell like this... Greg Reagle
- Re: [dev] I didn't know that you could use the shell ... Jeremy
- Re: [dev] I didn't know that you could use the sh... 201009-suckless