![]() |
|
|
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 can I increase a PV? | bbbngowc | AIX | 2 | 09-28-2009 06:17 AM |
| Using a SVM submirror on a ramdisk to increase read performance | iBot | Solaris BigAdmin RSS | 0 | 11-19-2008 05:40 PM |
| Increase Performance | sandeep_hi | Shell Programming and Scripting | 1 | 07-08-2008 04:13 AM |
| Announcing collectl - new performance linux performance monitor | MarkSeger | News, Links, Events and Announcements | 0 | 10-26-2007 07:14 PM |
| increase /var on DG-UX box | AnneliseW | Filesystems, Disks and Memory | 0 | 10-10-2005 10:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Increase sed performance
I'm using sed to do find and replace. But since the file is huge and i have more than 1000 files to be searched, the script is taking a lot of time. Can somebody help me with a better sed command. Below is the details. Input: Code:
1 1 2 3 3 4 5 5 Here I know the file is sorted. My cross reference file will be Code:
1A 2B 3C 4D 5E 6F here also the file will be sorted on the first character. The output I want is Code:
1A 1A 2B 3C 3C 4D 5E 5E |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|