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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-17-2008
playinmel.com playinmel.com is offline
Registered User
  
 

Join Date: Jul 2008
Posts: 3
Exclamation fetch string and insert later

PHP Code:
"are you billy_smith ?" 
replace with

PHP Code:
"are you billy_smith ?
my name is billy_smith" 
how to fetch the name "billy_smith" and using it later
I need sed script to do this, any one can help? Thanks