![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Break lines up into single lines after each space in every line | lewk | Shell Programming and Scripting | 7 | 10-14-2009 10:33 AM |
| How to delete lines in a file that have duplicates or derive the lines that aper once | necroman08 | Shell Programming and Scripting | 3 | 07-17-2009 06:07 AM |
| Removing empty lines(space) between two lines containing strings | sudhakaryadav | Shell Programming and Scripting | 3 | 06-02-2009 11:01 AM |
| using AWK see the upper lines and lower lines of the strings?? | thepurple | Shell Programming and Scripting | 3 | 10-07-2008 11:24 AM |
| How to count lines - ignoring blank lines and commented lines | kthatch | UNIX for Dummies Questions & Answers | 6 | 05-25-2007 02:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
del 1st 2 lines
filename.txt Code:
VOL1000499 HDR1ACHTAP 101 031100225 0311002250911030803A094101WACHOVIA BANK OF 5200MASTER PAY GROUP 4231352166PPDAP PAYMENT 091026 1031100220000001 6221110000123756570069 00071351691000- 4022 FISHER HEALTHCARE 0031100220000001 6221110000123756570069 00030000001000- 4022 FISHER HEALTHCARE 0031100220000002 currently, i head -2 filename.txt, and using grep -v line1 and line2 is it a better way to del the 1st 2 lines ? Last edited by vgersh99; 4 Weeks Ago at 01:11 PM.. Reason: code tags, please! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|