mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-22 17:47:56 +00:00
4 lines
No EOL
68 B
Text
4 lines
No EOL
68 B
Text
% awk, text processing, string
|
|
|
|
# Print nth column
|
|
awk '{print $<n>} |