From: "W.B.Hill" Date: 2005-12-28T00:40:36+09:00 Subject: Re: Found a neat trick for doing recursive one-liners On Wed, 28 Dec 2005, Christian Neukirchen wrote: > Reinder Verlinde writes: > >> >> Not quite. For better (maximum?) robustness, pass '-print0' to find and >> '-0' to xargs. That will handle filenames with spaces and/or quotes >> correctly. (If your filenames have bytes with binary value zero in them, >> you still will be out of luck) >> > > Know an OS where that is allowed? NT 4 kernel mode API is quite happy with \0 in filenames. But it *really* confuses the Win32 layer! Haven't played with later versions...