~/blog/how-to-use-tee-on-linux.mdx
zubair@grizzlybit:~/blog$
$ cat how-to-use-tee-on-linux.mdx
How to Use Tee on Linux
Ever wondered how to read from standard input and write results to standard output and files at the same time? Look no further, tee on Linux lets you do just that with no hassle. In this article, we will discuss the basics of tee with some easy to understand examples.
2020-11-082 min read