[ILUG] find question

Paolo Marchiori paolo at marchiori.net
Tue Apr 13 15:47:20 IST 2004


bryan hunt, Tue, Apr 13, 2004 at 02:56:52PM +0200:
> find /home/**/Maildir/.spam/{cur,new}

you risk getting an "argument list too long". Try

find /home -type d -path '*Maildir/.spam/{cur,new}'

instead.

p.
-- 
pbm - "But something happened - don't know if I can explain it
       just call me the man whose heart turned to stone"



More information about the ILUG mailing list