13,420
edits
Changes
→Redirection (Standard Input, Standard Output, Standard Error)
'''tr 'a-z' 'A-Z' < words.txt<br>cat < abc.txt<br>sort < xyz.txt'''
'''Standard output''' ('''stdout''') describes where a command sends it's output
With the examples below, output from a command is sent to the '''monitor''', unless it is sent to a '''regular file''' or a '''pipe''' "|" (pipelines are discussed later).
''Examples:''
x
===Additional File Manipulation Commands===