Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

No change in size, 12:03, 13 January 2021
Part 3: Manage & Manipulate Text File Content
# issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">tail a.txt</span><br><br>What is the output from this command display?<br>How would you issue this command to display only the '''last line''' contained in that file?<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">grep 2 a.txt</span><br><br>What type of output appear? Why did these lines appear (what do they all have in common)?<br><br>[[Image:end-of-line.png|right|200px|thumb|Edit the '''a.txt''' file and add to the bottom 5 new lines each consisting of the <u>same</u> text: "'''end of line'''".]]
# Edit the '''a.txt''' file and add to the bottom 5 new lines each consisting <br>of the <u>same</u> text: "'''end of line'''" (refer to diagram on right-side).<bbr><br>
# '''Save''' your editing session and '''exit''' your text editor.<br><br>
# Issue the following Linux command: <span style="color:blue;font-weight:bold;font-family:courier;">uniq a.txt</span><br><br>What do you notice happened to those newly created lines?<br><br>
13,420
edits

Navigation menu