AWK command is a powerful Linux command for text or string processing.
AWK treats space as the default field separator, but in case we want to change the AWK to treat something else as a field separator, we can pass the -F option to AWK followed by the field separator we want.