mirror of
https://github.com/denisidoro/navi
synced 2025-02-17 21:18:32 +00:00
4 lines
68 B
Text
4 lines
68 B
Text
% awk, string
|
|
|
|
# Print last column
|
|
echo "1 2 3" | awk '{print $NF}'
|