Difference between revisions of "Tutorial 11 - SED & AWK"

From CDOT Wiki
Jump to: navigation, search
(USING SED & AWK UTILTIES)
Line 1: Line 1:
 
Content under development
 
Content under development
 
=USING SED & AWK UTILTIES=
 
=USING SED & AWK UTILTIES=
<br>
 
 
===Main Objectives of this Practice Tutorial===
 
===Main Objectives of this Practice Tutorial===
  

Revision as of 13:52, 14 November 2021

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