![]() |
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 |
| fast search and replace in all files | dbsurf | Shell Programming and Scripting | 21 | 02-01-2008 03:42 AM |
| Multiple search in multiple files | maxvirrozeito | Shell Programming and Scripting | 2 | 12-13-2007 01:32 PM |
| multiple input search and replace script | tungaw2004 | UNIX for Dummies Questions & Answers | 3 | 04-29-2007 07:59 AM |
| Multiple search and replace | tungaw2004 | UNIX for Dummies Questions & Answers | 1 | 03-22-2007 12:03 AM |
| cp without maintaining the soucre directory tree hierarchy | 435 Gavea | UNIX for Dummies Questions & Answers | 2 | 03-03-2006 12:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Need to search and replace in multiple files in directory hierarchy
Hello all
I need to search and replace in multiple files that are in directory hierarchy Im using the : f PHP Code:
with empty space . how can I write one liner that does this ? |
|
||||
|
Quote:
Code:
find . -name "*.dsp" | xargs -i sed 's/Test.lib//g' {}
|
|
||||
|
If I may ask another question in this thread, what is I like to search string inside close archive like tar or jar
How should my find command look like ? |
| Sponsored Links | ||
|
|