Command
Explanation
awk is a powerful text processing tool for extracting and manipulating data from files.
Examples
Print first column
Print usernames from passwd file
Print lines where 3rd field > 100
awk is a powerful text processing tool for extracting and manipulating data from files.
Print first column
Print usernames from passwd file
Print lines where 3rd field > 100