The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: Replace Help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-16-2008
shamrock shamrock is offline
Registered User
 

Join Date: Oct 2007
Location: USA
Posts: 542
Code:
echo "djfksdjk)))) kmmm jfdfjk))))" | sed 's/\([a-z]\))/\1#/2'
djfksdjk)))) kmmm jfdfjk#)))
Reply With Quote