Package: findutils Version: 4.1.20-6 Severity: wishlist *** Please type your report below this line *** It's a hell of a lot more likely that you'll be processing something with embedded spaces then newlines. ls | xargs cmd hardly ever works, you have to ls | tr '\n' '\0' | xargs -0 cmd. I can do the legwork if it's something that would be included.
[Possible dupe, it was accidentally sent from an internal address] -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.11 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages findutils depends on: ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an

