On Tuesday 13 April 2004, admin at revoltingdigits.com (bryan hunt) wrote:
>Sorry should have looked harder
>>The answer is
>>find /home/**/Maildir/.spam/{cur,new}
>>I love bash
Indeed - because you don't need find at all there, if all you want do is
find every directory which matches /home/**/Maildir/.spam/{cur,new} then
echo /home/**/Maildir/.spam/{cur,new}
will do just nicely. The above find command will list the name of very
file of any type in all of the above directories, including those
directories themselves.
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!