navi/cheats/awk.cheat
2019-09-22 11:52:10 -03:00

4 lines
No EOL
67 B
Text

% awk, string
# Print last column
echo '1 2 3' | awk '{print $NF}'