AWK(1) - General Commands Manual
AWK(1) - General Commands Manual # AWK(1) - General Commands Manual NAME # awk - pattern-directed scanning and processing language SYNOPSIS # awk [-safe] [-V] [-d[n]] [-F fs | –csv] [-v var=value] [prog | -f progfile] file … DESCRIPTION # awk scans each input file for lines that match any of a set of patterns specified literally in prog or in one or more files specified as -f progfile. With each pattern there can be an associated action that will be performed when a line of a file matches the pattern. ...