Changes

Jump to: navigation, search

Tutorial5: Redirection

550 bytes added, 18:38, 24 January 2020
INVESTIGATION 1: BASICS OF REDIRECTION
# Issue the '''cat''' command to view the contents of the '''cars''' file.<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">cut -c1-10 uli101/cars</span><br><br>What did this command do?<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">cut -f5 uli101/cars > field5.txt</span><br><br>What did this command do?<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">cut -f1-3 uli101/cars > field123.txt</span><br><br>What did this command do?<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">cut -f1,5 uli101/cars > field15.txt</span><br><br>What did this command do?<br><br>
# x
13,420
edits

Navigation menu