Re: order of redirections

2009-03-03 Thread lehe
Got it. Thank you very much! -- View this message in context: http://www.nabble.com/order-of-redirections-tp22298397p22316124.html Sent from the Gnu - Bash mailing list archive at Nabble.com.

Re: order of redirections

2009-03-02 Thread pk
On Monday 2 March 2009 23:34, lehe wrote: > > Hi, > I have some questions about the paragraph in Bash Reference on > redirections: "Note that the order of redirections is significant. For > example, the command > ls > dirlist 2>&1 > directs both sta

Re: order of redirections

2009-03-02 Thread Bob Proulx
lehe wrote: > I have some questions about the paragraph in Bash Reference on redirections: > "Note that the order of redirections is significant. For example, the > ... > ls > dirlist 2>&1 > directs both standard output (file descriptor 1) and standard erro

order of redirections

2009-03-02 Thread lehe
Hi, I have some questions about the paragraph in Bash Reference on redirections: "Note that the order of redirections is significant. For example, the command ls > dirlist 2>&1 directs both standard output (file descriptor 1) and standard error (file descriptor 2) to the file