Skip to main content
Kill -9 Club
Sign in

awk

TextPackage: mawk

Processes text field by field and line by line, with a small language. awk '{print $2}' is enough to pull out a space-separated column, which cut does badly.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

awk -F
The field separator (-F: for /etc/passwd).

Lessons that teach it