Subject: Re: find uses 400MB memory
To: None <current-users@netbsd.org>
From: Kazushi (Jam) Marukawa <jam@pobox.com>
List: current-users
Date: 09/15/2001 03:11:10
   > Instead, use this:
   > 	find . -type f -print0 | xargs -0 crc-calc-program

Thanks Daniel and David.  It works perfectly.  Probably,
these options are most important information for me to
reduce the cost for operations.  :-)  Thanks.

-- Kazushi