navi/sheets/awk.cheat
2019-09-20 10:38:58 -03:00

4 lines
No EOL
68 B
Text

% awk, text processing, string
# Print nth column
awk '{print $<n>}