Changes

Jump to: navigation, search

Tutorial5: Redirection

273 bytes added, 16:05, 23 January 2020
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===
13,420
edits

Navigation menu