Changes

Jump to: navigation, search

Tutorial11: Sed & Awk Utilities

1 byte added, 07:10, 21 July 2020
Using the sed Utility
'''Syntax: sed [-n] 'address instruction' filename'''
[[Image:sed.png|thumb|right|500px|Instructions to take action if text matches an address.]]
'''Address:'''
*Note: when using regular expressions, you must delimit them with a forward-slash"/" default address (if none is specified) will match every line
[[Image:sed.png|thumb|right|500px|Instructions to take action if text matches an address.]]
'''Instruction:'''
*Action to take for matched line(s)
13,420
edits

Navigation menu