mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-25 02:57:46 +00:00
4 lines
53 B
Text
4 lines
53 B
Text
% awk, string
|
|
|
|
# Print last column
|
|
awk '{print $NF}'
|