Redirecting STDOUT
- From: jhall@xxxxxxxxxxxxxx
- Date: Fri, 21 Dec 2007 14:49:28 -0000 (GMT)
I am in the process of debugging a script and I would like to have the
output of stdout redirected to a file.
After reading about redirection on the Internet, I was under the
impression the following would redirect stdout to a file, but I cannot
seem to get it to work.
tar -cvzf root.tgz /root > /dev/null 2>/home/jay/tarlog
I'm sure it is something simple I am doing wrong, but I am not seeing it.
Thanks for your help.
Jay
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Redirecting STDOUT
- From: Girish Venkatachalam
- Re: Redirecting STDOUT
- From: Michael Lednev
- Re: Redirecting STDOUT
- Prev by Date: Re: Customized FreeBSD CD (was: Can I install Free BSD latest version on my laptop with dual boot?)
- Next by Date: Re: Redirecting STDOUT
- Previous by thread: My new kernel could not be compiled
- Next by thread: Re: Redirecting STDOUT
- Index(es):
Relevant Pages
|