[Li|U]nix: awk, part 0
Self-tutoring about Linux: the tutor mentions awk.
awk is a utility for getting values from tabulated data. It works line by line. For instance,
awk '{print $2}' input.txt
will print the second field in each record of input.txt.
Source:
Jack of Oracle Tutoring by Jack and Diane, Campbell River, BC.
Leave a Reply
You must be logged in to post a comment.