13,420
edits
Changes
→Redirection (Standard Input, Standard Output, Standard Error)
<span style="font-family:courier;font-weight:bold">ls -l<br>ls -l > detailed-listing.txt<br>ls /bin >> output.txt</span>
'''Standard Error''' ('''stderr''') describes where a command sends it's error messages.<br>In the examples below, error messages from a command are sent to
===Additional File Manipulation Commands===