Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Aha! | 20 comments | Create New Account
Click here to return to the 'Aha!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Aha!
Authored by: david-bo on Jan 23, '03 05:51:22PM

To send stdout to a file you write something like this:

ls -R > allFiles.txt

2>&1 sends stderr to the same destination as stdout (typically a terminal).



[ Reply to This | # ]