Changes

Jump to: navigation, search

Tutorial5: Redirection

42 bytes added, 07:23, 24 January 2020
Piping (Using Pipes)
''Examples:''<br>
<span style="font-family:courier;font-weight:bold">ls -al | more<br>ls | sort -r<br>ls | sort | more<br>ls -l | cut -d" " -f2 | tr 'a-z' 'A-z"<br>ls | grep Linux | head -5<br>head -7 filename | tail -2</span>
Discuss pipes with the tee filter
13,420
edits

Navigation menu