![]() |
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 |
| 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 |
| Add Item to Dock 0.0.8 | iBot | UNIX and Linux RSS News | 0 | 06-03-2008 05:10 AM |
| Add Item to Dock 0.0.7 | iBot | UNIX and Linux RSS News | 0 | 01-24-2008 08:40 AM |
| find an available item in array | fongthai | Shell Programming and Scripting | 4 | 07-16-2007 02:06 AM |
| Removing an item from the dock | emperorfabulous | Shell Programming and Scripting | 1 | 12-31-2006 02:39 PM |
| Skip item by using substring | rwunwla | Shell Programming and Scripting | 2 | 12-16-2005 01:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
replace item..
Hello,
I have the following basic script which is remove the fielld. How can I replace another value in the field? Thx!! for file in `cat $listn.txt` do get_file -q $file grep -v '<customer-id>13000</customer-id>' $file > $file.grep done echo All processed file done!! input file: <customer-id>13000</customer-id> output file: <customer-id>2400</customer-id> happyv Last edited by happyv; 09-13-2007 at 01:04 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|