Mon 21 May 2007
Quitando lineas vacias de un archivo con vi
Enviado al blog por el pinche cash segun el bajo la categoria Linux, Software
Sin chismes (se el primer chismoso!)
Remove Empty Lines and Comments with vi
Remove all lines that start with #
:g/^#/d
Remove all empty lines, assumes no spaces or tabs:
:g/^$/d
http://help.metaltoad.com/unix-commandline/vi-tricks/remove-empty-lines-and-comments-with-vi.html
Incoherencias parecidas y calificaciones a este post:

