13,420
edits
Changes
no edit summary
</pre><br><br></li><li>'''Redirection:'''<br><br>'''command > filename''' (redirect commands's stdout to a file - overwrite previous contents)<br><br>'''command >> filename''' (redirect commands's stdout to a file - append content)<br><br>'''echo "message" >&2''' (Converts stdout to stderr message - works like a REAL Linux command - save stderr messages to a file)</ul>|
}}
|}