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 -->
  #1 (permalink)  
Old 05-24-2007
rinku rinku is offline
Registered User
  
 

Join Date: May 2007
Posts: 54
removing all numbers from file

I have one me.txt file like

aaa 765 gfre 534 jhk 321
cvvb 98 hftg 2 bdg2 hfuk 65


etc..

now I want to remove all numbers form that file using shell script and out put will be printed in me1.txt
output:
aaa gfre jhk
cvvb hftg bdg hfuk

please help me.