Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

2 bytes added, 09:04, 24 July 2020
INVESTIGATION 1: USING THE SED UTILITY
# Issue the following linux command:<br><span style="color:blue;font-weight:bold;font-family:courier;">sed 'p' data.txt</span><br><br>You should notice that each line appears twice. The reason why standard output appears twice is that the sed command (without the -n option) displays all lines regardless if they had been specified as a pattern.
# Issue the following linux command:<br><span style="color:blue;font-weight:bold;font-family:courier;">sed -n 'p' data.txt</span><br><br>What do you notice?<br><br>
# x
In the next investigation, you will ...<br><br>
13,420
edits

Navigation menu