Linux tee command

kmsheng
1 min readMar 27, 2018

--

Read from standard input and write to standard output

Example: Show folder infos and write to a file at once.

ls | tee <filename>

--

--

No responses yet