Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mUIRnU
via LifeLong Community
vi - Vim delete blank lines - Stack Overflow
:g/^$/d
:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)
http://ift.tt/1frmxRs
http://ift.tt/1xicsLj
:g/^$/d
:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)
http://ift.tt/1frmxRs
http://ift.tt/1xicsLj
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mUIRnU
via LifeLong Community
No comments:
Post a Comment