Pipe with file
nikklassen opened this issue · 1 comments
nikklassen commented
Instead of piping stdout of a program to stdin of the next, it may be handy to pipe the stdout to a temp file, then set an env var with the file name. For example
echo "foo" >&f; diff $PIPE_FILE bar.txt
nikklassen commented
Just implement <()
style redirection instead