navi/cheats/awk.cheat

5 lines
68 B
Text
Raw Normal View History

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