Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Power Linux with pipes and redirection
- more on redirecting standard output and errorThe order of redirection in the case of redirecting standard output and error is important depending what you want. If say you want to get rid of all messages from a command the correct way is:> /dev/null 2>&1which send all output to the bottomless...
- Discussion threads 2007-10-16
- << Previous
- page 1 of 1
- Next >>