navi/cheats/awk.cheat

4 lines
68 B
Text
Raw Normal View History

2019-09-20 13:38:58 +00:00
% awk, text processing, string
# Print nth column
awk '{print $<n>}