Tutorial 11 - SED & AWK

From CDOT Wiki
Revision as of 13:52, 14 November 2021 by Jason Michael Carman (talk | contribs) (USING SED & AWK UTILTIES)
Jump to: navigation, search

Content under development

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


INVESTIGATION 1: USING THE SED UTILITY

INVESTIGATION 2: USING THE AWK UTILITY

LINUX PRACTICE QUESTIONS