mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 19:43:06 +00:00
4 lines
68 B
Text
4 lines
68 B
Text
|
% awk, text processing, string
|
||
|
|
||
|
# Print nth column
|
||
|
awk '{print $<n>}
|