The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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
how to find a file named vijay in a directory using find command amirthraj_12 UNIX for Dummies Questions & Answers 6 10-25-2008 09:37 AM
find and replace string in a directory files koti_rama Shell Programming and Scripting 2 05-30-2008 12:48 AM
Find/replace to new file: ksh -> perl McLan Shell Programming and Scripting 1 05-16-2008 12:14 AM
perl find directory only if modified in last hour frustrated1 Shell Programming and Scripting 0 10-12-2007 01:50 PM
Parentheses in perl find/replace Jeffish Shell Programming and Scripting 3 08-21-2007 08:10 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 08-20-2008
Registered User
 

Join Date: Jul 2006
Posts: 14
how to use sed or perl command to find and replace a directory in a file

how to use sed command to find and replace a directory



i have a file.. which contains lot of paths ...

for eg.. file contains..

/usr/kk/rr/12345/1
/usr/kk/rr/12345/2
/usr/kk/rr/12345/3
/usr/kk/rr/12345/4
/usr/kk/rr/12345/5
/usr/kk/rr/12345/6
/usr/kk/rr/12345/7
/usr/kk/rr/12345/8

i want to replace /usr/kk/rr/12345/ with /usr/kk/yy/12555/

pls help
Reply With Quote
Forum Sponsor
  #2  
Old 08-20-2008
Registered User
 

Join Date: Apr 2008
Location: Chennai,India
Posts: 75
Code

Try this

Quote:
sed -e 's/rr/yy/g;s/12345/12555/g' file.txt
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:42 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0