Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'How to capture output from certain Unix commands' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
How to capture output from certain Unix commands
Authored by: mjb on Thu, May 1 2008 at 2:31PM PDT
Whoops, I lie. the order of redirections do indeed act in a different way, but the outcome is the same (and while I'm at it, the '&' isn't really an escape, just a convenient way of describing it).

For more information, have a look at the bash manpage (run 'man bash' in Terminal.app), and look at the section on Redirection (to skip to it, enter the following string in the man page reader: /^REDIRECTION and press enter.

[ Reply to This | # ]