The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: grep problem
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-22-2005
ortsvorsteher ortsvorsteher is offline
Registered User
 

Join Date: Aug 2001
Location: germany, bavaria
Posts: 40
Hello,

you can use

grep [0-9] filename

but without sed.... it doesnt work...

regards
Reply With Quote