What does -F ' ' specify in the demonstrated awk commands?
-F ' '
Only lines containing a literal space are selected.
The following argument is the output filename.
Every field must contain exactly one character.
A space is used as the input field separator.