13,420
edits
Changes
→Using the sed Utility
'''How it Works:'''
* The sed command reads all lines in the input file and will be exposed to the expression�expression<br>(i.e. area contained within quotes) one line at a time.
* The expression can be within single quotes or double quotes.
* The expression contains an address (match condition) and an instruction (operation).