On Mon, Mar 04, 2002 at 10:28:27AM -0800, Craig Hughes wrote: > On Mon, 2002-03-04 at 10:16, Theo Van Dinter wrote: > > handlespam `find <dir> -type f` > > Beware of exceeding the line length your shell accepts though if you do > it this way!
find <dir> -type f -exec handlespam {} && rm -f {} \; will work as well. :) It'll also clean up for you after it's done processing. -- Randomly Generated Tagline: "Windows 98 supports real multitasking - it can boot and crash simultaneously." - Bernhard Rosenkraenzer _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk