Y
Hacker News
new
|
ask
|
show
|
jobs
by
telephonetemp
4606 days 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.
2 comments
oftenwrong
4606 days ago
One option is vipe from moreutils
http://joeyh.name/code/moreutils/
link
codl
4604 days ago
Another is sponge from the same package.
link
oftenwrong
4606 days ago
vipe from moreutils
http://joeyh.name/code/moreutils/
link
http://joeyh.name/code/moreutils/