navi/cheats/awk.cheat

4 lines
67 B
Text
Raw Normal View History

% awk, string
2019-09-20 13:38:58 +00:00
# Print last column
echo '1 2 3' | awk '{print $NF}'