The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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
Replacing lines in text files Jonny2Vests Shell Programming and Scripting 7 01-28-2008 08:29 PM
help required for replacing text in vi Chandu2u Shell Programming and Scripting 6 01-26-2008 11:12 AM
replacing a nul field with text DarkHound Shell Programming and Scripting 3 09-04-2007 02:34 PM
Replacing text chrchcol Shell Programming and Scripting 3 07-25-2006 12:30 PM
replacing text in an ascii doc cubs0729 Shell Programming and Scripting 6 09-29-2005 03:05 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 04-12-2006
ajaya ajaya is offline
Registered User
  
 

Join Date: Mar 2006
Posts: 28
replacing text

hey
how can i change part of a file

i hve to do in a masses so mv or cp is not practical.
I have to change xxx_rrr to xxx_yyy

pls help

thank
  #2 (permalink)  
Old 04-12-2006
x96riley3 x96riley3 is offline
Registered User
  
 

Join Date: Mar 2006
Location: Nashville
Posts: 79
find / -name xxx_rrr -exec mv xxx_yyy {} \;
  #3 (permalink)  
Old 04-12-2006
mahendramahendr mahendramahendr is offline Forum Advisor  
Registered User
  
 

Join Date: Dec 2005
Location: London
Posts: 222
If you want to change the file names from *_rrr to *_yyy use the below one...

find . -name "*_rrr" | xargs -I{} basename {} _rrr | xargs -I{} mv {}_rrr {}_yyy


if you want to replace the text inside the file, then

perl -i -pe 's/_rrr/_yyy/' *
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:32 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0