[U-Boot-Users] script to delete all trailing space
    Wolfgang Denk 
    wd at denx.de
       
    Mon Mar 12 12:59:21 CET 2007
    
    
  
In message <27d85ee10703120314i2f5601ffica5fe5a0958b7ba1 at mail.gmail.com> you wrote:
>
> for i in $*
> do strip $i
> done
This will typically NOT do what you might expect.
strip - Discard symbols from object files
Best regards,
Wolfgang Denk
-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Mistakes are often the stepping stones to utter failure.
    
    
More information about the U-Boot
mailing list