Skip to content

Instantly share code, notes, and snippets.

@jdfitzgerald
Created September 1, 2016 09:47
Show Gist options
  • Save jdfitzgerald/f02c95f65358b1750821b3c3d7fcfbf1 to your computer and use it in GitHub Desktop.
Save jdfitzgerald/f02c95f65358b1750821b3c3d7fcfbf1 to your computer and use it in GitHub Desktop.
$ foo=1:2:3:4:5
$ echo ${foo##*:}
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment