![]() |
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 |
| How to insert and delete any line after desire line | RahulJoshi | Shell Programming and Scripting | 4 | 10-20-2008 10:27 AM |
| Need Script to insert colons in each line of file | canopus15 | UNIX for Dummies Questions & Answers | 4 | 08-05-2008 08:03 PM |
| insert a line after specific line | namishtiwari | Shell Programming and Scripting | 8 | 05-21-2008 02:16 PM |
| How to insert new line in the data file using the script | Sona | UNIX for Dummies Questions & Answers | 2 | 08-22-2006 01:17 AM |
| Insert a line as the first line into a very huge file | shriek | UNIX for Advanced & Expert Users | 3 | 03-09-2005 01:22 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
awk script to compare and insert a line
Hi
I want to compare a string at fixed position 10-20 for all the lines starting with 6. if they dont match it should take a copy of a line starting with 1 and insert it before the line starting with 6. How do i this? Please help Eg 1 test 1 765533 7643743 6 yes 3 5363653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 7 323323 4343434435 545 6 yes 3 5373653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 6 yes 3 5373653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 6 yes 3 5383653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 so the output should be 1 test 1 765533 7643743 6 yes 3 5363653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 7 323323 4343434435 545 1 test 1 765533 7643743 6 yes 3 5373653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 6 yes 3 5373653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 1 test 1 765533 7643743 6 yes 3 5383653 373833 7 323323 4343434435 545 8 4345435435 5454545 55 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|