[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OT: line count in a Dir
On Mon, 22 Jan 2001, Steve Williams wrote:
> xargs also pukes if there are spaces in filenames... be warned...
You can get around this with `find -print0 | xargs -0` (with whatever
other arguments).
+------------------------------------------------------------------------+
| Dave Taira <bodhi@hagakure.org> 2001.01.22/17:11:38 PST |
| Morlock for Hire |
+------------------------------------------------------------------------+
| I have no sense of decency. That way my other senses are enhanced. |
| --found in a wav file |
+------------------------------------------------------------------------+