Your Ad Here

Posted By

browny on 09/10/11


Tagged

file Bash export


Versions (?)

[Bash] Redirect output to the file with keep it on screen


 / Published in: Bash
 

  1. ls -l 2>&1 | tee file.txt

Report this snippet  

You need to login to post a comment.