Skip to content

Instantly share code, notes, and snippets.

@grizmio
Created July 5, 2022 02:31
Show Gist options
  • Save grizmio/bcd3e9285d0841c6ea7e0794282349d3 to your computer and use it in GitHub Desktop.
Save grizmio/bcd3e9285d0841c6ea7e0794282349d3 to your computer and use it in GitHub Desktop.
awk last minus 1
awk -F' ' '{ print $(NF - 1)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment