# these are three commands for re-sorting Nevai's email address file :g/^[^ ]* =/s/^/ / :%s/^\(.*\) \([^ ]*\) =/\2 XXX \1 =/ :%!sort :%s/^\(.*\) XXX \(.*\) =/\2 \1 =/