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 05-15-2008
finalight finalight is offline
Registered User
 

Join Date: May 2008
Posts: 51
now i got another problem

my dashes "---" "---" are not at the first line, and iwant to remove them as well
however when i try to do this:

Quote:
grep -v '[=-(]' test.txt
it won;t remove the dashes at all
Reply With Quote