Linux Commands Quick Tip: Using 'awk' Command field separator

Опубликовано: 29 Сентябрь 2024
на канале: ICyb3r
863
28

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.