The UNIX and Linux Forums  

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 -->
  #2 (permalink)  
Old 10-10-2008
vikas027 vikas027 is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 77
hi,
I found this code. This works fine for such cases,

Code:
 sed -e 's/  */ /g'

BUT what I need is this code to apply to text which comes after "Message Text :"

How can I modify this ?

Regards,
VIKAS