Changes

RegEx and Vim Cookbook

276 bytes added, 22:55, 30 January 2014
/* Delete all blank lines form a text file */
The following lines were added (+) and removed (-):
== Sort alphabetically lines in a text file ==Vim has a very powerful built-in sort utility that you can use to do a quick sort.Quick sort all lines:  :%sortQuick sort keep only unique lines:  :%sort uReverse sort  :%sort!Sort numbers in numerical order:  :sort n
Bureaucrat, administrator
16,192
edits