Re: [gentoo-user] A bash > query ...

2007-01-01 Thread Benno Schulenberg
Dave S wrote: > Is there an expression that redirects standard output and > standard error - at present I am using the ungainly > > > /dev/null 2> /dev/null The following two commands: man bash /^REDIRECT Or more directly: man bash /two formats Benno -- gentoo-user@gentoo.org mailing li

Re: [gentoo-user] A bash > query ...

2007-01-01 Thread Michael Sullivan
On Mon, 2007-01-01 at 10:49 +, Dave S wrote: > I know that > > > /dev/null > > redirects standard output , and that > > 2> /dev/null > > redirects standard error > > Is there an expression that redirects standard output and standard error - at > present I am using the ungainly > > >

Re: [gentoo-user] A bash > query ...

2007-01-01 Thread Strong Cypher
just take care of something they only work on bash sh need your first solution and tsch ... I don't know but it's not this at all 2007/1/1, Dave S <[EMAIL PROTECTED]>: On Monday 01 January 2007 11:09, Strong Cypher wrote: > just try >& /dev/null > they redirect all input (standard, error, us

Re: [gentoo-user] A bash > query ...

2007-01-01 Thread Graham Murray
Dave S <[EMAIL PROTECTED]> writes: > Is there an expression that redirects standard output and standard error xxx &> /path/file -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] A bash > query ...

2007-01-01 Thread Strong Cypher
just try >& /dev/null they redirect all input (standard, error, user define) to dev-null have fun 2007/1/1, Dave S <[EMAIL PROTECTED]>: I know that > /dev/null redirects standard output , and that 2> /dev/null redirects standard error Is there an expression that redirects standard output

[gentoo-user] A bash > query ...

2007-01-01 Thread Dave S
I know that > /dev/null redirects standard output , and that 2> /dev/null redirects standard error Is there an expression that redirects standard output and standard error - at present I am using the ungainly > /dev/null 2> /dev/null Dave -- gentoo-user@gentoo.org mailing list