Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

58 bytes added, 11:44, 4 September 2020
LINUX PRACTICE QUESTIONS
Write the results of each of the following Linux commands for the above-mentioned file:
<span style="font-family:courier;font-weight:bold">
# sed -n '3,6 p' ~murray.saul/uli101/stuff.txt<br><br>
# sed '4 q' ~murray.saul/uli101/stuff.txt<br><br>
# sed '/the/ d' ~murray.saul/uli101/stuff.txt<br><br>
# sed 's/line/NUMBER/g' ~murray.saul/uli101/stuff.txt
</span>
'''Part B: Writing Linux Commands Using the sed Utility'''
13,420
edits

Navigation menu