Write data to files and pipe it into other programs the same time
Written by Stefan Judis
- Published at
- Updated at
- Reading time
- 1min
This post is part of my Today I learned series in which I share all my web development learnings.
Zeke Sikelianos recently shared a tweet that describes the tee
command which I've never heard of. It can be used to write data to files and continue piping the same data to something else.
This is nothing world changing but in certain situations this can come in quite handy. 🎉
ls -l | tee file.txt | less
||
\/
file.txt
If you enjoyed this article...
Join 5.5k readers and learn something new every week with Web Weekly.
Reply to this post and share your thoughts via good old email.