Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 191 Bytes

File metadata and controls

9 lines (5 loc) · 191 Bytes

#sed

/p pattern flag

will print lines containing searched pattern

-n pitfall

sed will print the file contents interlaced with output. -n option will silence the input-output pipe.