VI Editor

I need to delete a line of statement with vi editior in linux, i am using rm but won't work.

This is a joke, right? :confused:

Ignoring how you find the line you want to delete, use dd instead of rm. What rm will do is replace (r) the letter under the cursor with the letter m.

:eek: seems a joke... :stuck_out_tongue:

doyindayo,

Please read Mastering the VI editor