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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-08-2007
lorcan lorcan is offline
Registered User
 

Join Date: May 2007
Posts: 214
Code:
sed 's/ .*:/x/' file1.txt
Reply With Quote