* This one time, at band camp, Jean-Yves Provost said:
> if I try 'rm *.1' it returns
> bash: /bin/rm: Argument list too long
> 
try this


for I in *
do
        rm $I
done

change the * to match your requirements (*gz etc)

Greeno
-- 
Greeno <[EMAIL PROTECTED]>

You mentioned your name as if I should recognize it, but beyond the
obvious facts that you are a bachelor, a solicitor, a freemason, and
an asthmatic, I know nothing whatever about you.
-- Sherlock Holmes, "The Norwood Builder"


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to