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.
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
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
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