![]() |
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 All,
Can Anyone please tell me,how can I delete a line from a file. I am reading the file line by line using whil loop and validating each line..Suppose in the middle i found a particular line is invalid,i need to delete that particular line. Can anyone please help. Thanks in advance, Dinesh |
|
||||
|
Example
input file
First Name - position from 1-5 Last Name- position 6-10 Age-Position 11-12 Say above is the format of input file. Example: DINESKUMAR21 SACHISHAH 23 23 GURUNTARIM22 In the above example,in the 3 rd record Name is missing. Now while reading the file line by line,I want to delete the 3 rd line during validation. ---------- Post updated at 08:47 AM ---------- Previous update was at 08:46 AM ---------- for the third line blankspaces will be present before 23 |
![]() |
| Bookmarks |
| Tags |
| sed, shell script, unix |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|