Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

174 bytes added, 11:45, 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</span><br><br># <span style="font-family:courier;font-weight:bold">sed '4 q' ~murray.saul/uli101/stuff.txt</span><br><br># <span style="font-family:courier;font-weight:bold">sed '/the/ d' ~murray.saul/uli101/stuff.txt</span><br><br># <span style="font-family:courier;font-weight:bold">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