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 -->
  #4 (permalink)  
Old 08-07-2007
FOOGLE FOOGLE is offline
Registered User
 

Join Date: Jul 2007
Posts: 5
cat filename | cut -d "~" -f 4|sed -e 's/0/4/'
Reply With Quote