Skip to content

Instantly share code, notes, and snippets.

@harley
Last active January 2, 2016 13:59
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 harley/8314055 to your computer and use it in GitHub Desktop.
Save harley/8314055 to your computer and use it in GitHub Desktop.
Sort by IP addresses in vim
# source: http://stackoverflow.com/questions/9067559/sorting-ip-addresses-in-vim
:%s/\<\d\d\?\>/0&/g|%&&|sor r/\(\d\{3}\)\%(\.\d\{3}\)\{3}/|%s/\<00\?\ze\d//g
@WestLink
Copy link

WestLink commented Jan 8, 2014

东西

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment