March 2018
Beginner to intermediate
416 pages
9h 24m
English
The field separator (FS) is either a single character or a regular expression. It decides the way AWK splits an input record into fields. The FS is represented by the built-in variable FS, and its default value is a single space. It tells AWK to separate fields across any number of spaces and/or tabs.
Read now
Unlock full access