![]() |
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 |
| String Replacement Script | jbud | Shell Programming and Scripting | 6 | 11-15-2007 06:37 AM |
| String Replacement with Perl | Lindarella | Shell Programming and Scripting | 4 | 09-29-2006 02:05 PM |
| sed problem - replacement string should be same length as matching string. | amangeles | Shell Programming and Scripting | 4 | 01-11-2006 06:11 AM |
| grep, sed in a shell script | Trufla | Shell Programming and Scripting | 4 | 04-07-2005 08:57 AM |
| String replacement in multiple files | WABonnett | Shell Programming and Scripting | 2 | 02-17-2004 03:49 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
Let me explain the situation. There are many files in a directory and its sub-directories that conatin the string pattern "pa". I want to replace all such instances with the pattern "pranavagarwal" doing a Code:
grep "pa" `ls` Do i need a sed script in conjunction with this grep to replace all occurences? What options do i have to do it, I mean, can I do it in more than one way? |
|
||||
|
not good enough..
thank you for the post friend,
but the msg i got is.. Code:
sed: illegal option -- i I didn't specify that I'm working on SunOS SPARC version of Unix. may be that's why the -i didn't work. another thing.. do remember that i want to do it for files in all sub-directories as well.. thank you and ciao! Last edited by pranavagarwal; 11-15-2007 at 06:06 AM.. Reason: added OS details |
![]() |
| Bookmarks |
| Tags |
| gnu sed, xargs |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|