Contact our honeypot department if you are desperate to get blacklisted.

Tuesday, April 20, 2010

comments in Vi

Assuming you use a hash mark as a comment delimiter:

comment next 5 lines:  .,+4s/^/#/
comment each line from current line to end of file:  .,$s/^/#/