![]() |
|
|
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 |
| how to combine after comparison | pranav.pandya | UNIX for Dummies Questions & Answers | 2 | 09-30-2008 02:14 AM |
| combine 2 lines | Deanne | Shell Programming and Scripting | 0 | 10-24-2007 03:08 AM |
| Combine 2 files | Nekki | UNIX for Dummies Questions & Answers | 2 | 12-01-2005 02:46 AM |
| Combine tar and gzip together? | umen | UNIX for Dummies Questions & Answers | 1 | 10-16-2005 04:31 PM |
| How to combine 2 files | ravi.sadani19 | Shell Programming and Scripting | 2 | 07-12-2005 05:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
combine two awk codes
Hello
How do I combine the following 2 codes in one, the purpose is to not generate the outfile1 awk '{print $9 "\t" $10 "\t" $11}' infile > outfile1 awk '{ gsub(/.fa/,""); print }' outfile1 > outfile2 Thanks Joseph |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|