8 ms·
What command can you use in a pipe chain to fully read the input until EOF before passing it on? I'm not a big fan of piping to the shell but such a command
by telephonetemp 13y ago
What command can you use in a pipe chain to fully read the input until EOF before passing it on? I'm not a big fan of piping to the shell but such a command could be useful for network applications in general.
- oftenwrong 13y agoOne option is vipe from moreutils http://joeyh.name/code/moreutils/ http://joeyh.name/code/moreutils/
- codl 13y agoAnother is sponge from the same package.
- oftenwrong 13y agovipe from moreutils http://joeyh.name/code/moreutils/ http://joeyh.name/code/moreutils/
- oftenwrong 13y agovipe from moreutils http://joeyh.name/code/moreutils/ http://joeyh.name/code/moreutils/