![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell Script for deleting the first line in a file | badrimohanty | Shell Programming and Scripting | 3 | 06-18-2009 11:26 AM |
| shell script reqd - deleting files | venkatesht | Shell Programming and Scripting | 2 | 12-19-2008 01:15 PM |
| Deleting column from a flatfile with delimiter | rsprabha | Shell Programming and Scripting | 5 | 10-03-2008 04:18 AM |
| Urgent help required in deleting a line without opening a file usinga shell script | naan | Shell Programming and Scripting | 6 | 07-20-2006 03:42 AM |
| shell script: deleting files from a directory | onlyc | Shell Programming and Scripting | 1 | 07-09-2006 06:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
Instead of counting the line number which has to be deleted and coming out of the file and then implementing it, you may try an easy way out. This is an interactive way of deleting a line while reading the file: 1. Enter the file using say vi xx.txt 2. Esc and then press down arrow to reach the line to be deleted 3. Esc click DD (twice) 4. Line is removed Regards, Sumedha Last edited by Sumedha Sobti; 07-05-2009 at 01:43 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| sed, shell script, unix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|