awk:awk
This is an old revision of the document!
AWK
AWK is a scripting language used for manipulating data and generating reports.
It searches one or more files to see if they contain lines that matches with the specified patterns and then performs the associated actions.
AWK supports variables, numeric functions, string functions, and logical operators.
Delete all blank lines from a file
Delete both leading and trailing whitespaces from each line
Delete leading whitespace and tabs from the beginning of each line
Delete trailing whitespace and tabs from the end of each line
awk/awk.1600876743.txt.gz · Last modified: 2020/09/23 15:59 by 192.168.1.1