Skip to content

Instantly share code, notes, and snippets.

@bandarji
Created October 4, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bandarji/a0a2efb389db13a87d13a51c18582ee7 to your computer and use it in GitHub Desktop.
Save bandarji/a0a2efb389db13a87d13a51c18582ee7 to your computer and use it in GitHub Desktop.
Alias to sort IPv4 addresses
alias ipsort='sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment