how do i..

Aaron Gaudio prothonotar at tarnation.dyndns.org
Sun Aug 22 22:49:27 UTC 2004


On Mon, 2004-08-23 at 01:37 +0300, Aaron wrote:
> use redirect > file.txt
> 

If you need to redirect error messages as well:

program > file.txt 2>&1

If you want to also see the output on the screen as well as in a file:

program 2>&1 | tee file.txt

-- 
Aaron Gaudio <prothonotar at tarnation.dyndns.org>





More information about the fedora-list mailing list