Y
Hacker News
new
|
ask
|
show
|
jobs
by
VSpike
3315 days ago
I have a friend who uses `tac | tac` in pipelines to make the pipeline wait for all the data before continuing, which is an interesting hack.
1 comments
cnvogel
3315 days ago
If you install the "moreutils", there's sponge doing the same.
https://joeyh.name/code/moreutils/
https://linux.die.net/man/1/sponge
link
https://joeyh.name/code/moreutils/ https://linux.die.net/man/1/sponge