mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
64be01bf1a
Fix #72
4 lines
68 B
Text
4 lines
68 B
Text
% awk, string
|
|
|
|
# Print last column
|
|
echo "1 2 3" | awk '{print $NF}'
|