Changes

Jump to: navigation, search

Tutorial5: Redirection

2 bytes added, 08:59, 25 January 2020
INVESTIGATION 2: REDIRECTION USING PIPES
# Issue the '''ls''' command.<br><br>You should notice that no files have been created. Let's get practice issuing more pipeline commands using commands (previously learned or new) to be used as filters.<br><br>
# Issue the following Linux pipeline command: <span style="color:blue;font-weight:bold;font-family:courier;">ls /bin/?? | sort -r | head -5</span><br><br>What did you notice?<br><br>
# Issue the following Linux pipeline command: <span style="color:blue;font-weight:bold;font-family:courier;">ls /bin/???? | sort -r | grep a | tail -2</span><br><br>What did you notice?<br><br>
# x
13,420
edits

Navigation menu