![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| regarding vi editor | girish_shukla | SCO | 4 | 2 Days Ago 07:36 PM |
| set EDITOR=vi -> default editor not setting for cron tab | aarora_98 | Shell Programming and Scripting | 6 | 09-12-2008 11:01 PM |
| vi editor | hkoolivand | HP-UX | 3 | 12-09-2006 04:02 AM |
| vi editor | MaxK | UNIX for Dummies Questions & Answers | 2 | 10-18-2006 07:42 PM |
| Using the vi editor | pbsys | UNIX for Dummies Questions & Answers | 2 | 11-05-2001 12:27 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
VI Editor
I need to delete a line of statement with vi editior in linux, i am using rm but won't work.
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
This is a joke, right?
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. |
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
| Google The UNIX and Linux Forums |