Re: keeping tar quiet in script
- From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@xxxxxxxxx>
- Date: Sat, 31 Mar 2007 17:01:31 -0300
What about the classical "1> /dev/null 2>&1"?
This probably has identical behavior identical to &> /dev/null, but is
longer to type.
&>/dev/null seems less portable. Here I have bash and dash, and &>/dev/null
does not work under dash. "1> /dev/null 2>&1" works everywhere.
--
Software is like sex: it is better when it is free.
- Follow-Ups:
- Re: keeping tar quiet in script
- From: Roberto C. Sánchez
- Re: keeping tar quiet in script
- References:
- keeping tar quiet in script
- From: Peter Teunissen
- Re: keeping tar quiet in script
- From: Pierre THIERRY
- keeping tar quiet in script
- Prev by Date: Re: Which OS? Was "I do consider Ubuntu to be Debian" , Ian Murdock
- Next by Date: Crashed X - Hard re-boot
- Previous by thread: Re: keeping tar quiet in script
- Next by thread: Re: keeping tar quiet in script
- Index(es):