awk [-F field-separator] 'commands' input-file(s)
awk -F: 'commands' input-file
awk -f awk-scrīpt-file input-files(s)