Tutorial 11 - SED & AWK
Revision as of 12:52, 14 November 2021 by Jason Michael Carman (talk | contribs) (→USING SED & AWK UTILTIES)
Content under development
Contents
USING SED & AWK UTILTIES
Main Objectives of this Practice Tutorial
- Use the sed command to manipulate text contained in a file.
- List and explain several addresses and instructions associated with the sed command.
- Use the sed command as a filter with Linux pipeline commands.
- Use the awk command to manipulate text contained in a file.
- List and explain comparison operators, variables and actions associated with the awk command.
- Use the awk command as a filter with Linux pipeline commands.
Tutorial Reference Material
Course Notes |
Linux Command/Shortcut Reference | ||
Course Notes:
|
Text Manipulation | Commands
|