default field separator recognized by awk code example
Example: default field separator recognized by awk
# Short answer:
# By default any run of spaces and/or tabs and/or newlines is treated
# as a field separator, with leading and trailing runs ignored.