Changes

Jump to: navigation, search

Tutorial5: Redirection

173 bytes added, 07:18, 24 January 2020
Piping (Using Pipes)
Pipes that are used in a pipeline command are represented by the |symbol. Commands to the right of the pipe symbol are referred to as '''filters'''. They are referred to as ''filters'' since those commands are used to modify the stdin that was sent from the previous command. Many commands can be "piped" together, filter but these commands are especially usefulEach filter processes the initial input based on it's designFilters (filters) must be chained in a specific order, depending on what you wish to accomplish 
Example piping use:
ls -al | more
13,420
edits

Navigation menu