Pavel Machek <[EMAIL PROTECTED]> wrote: > xargs is very ugly. I want to rm 12*. Just plain "rm 12*". *Not* "find > . -name "12*" | xargs rm, which has terrible issues with files names Try printf "%s\0" 12* | xargs -0 rm -- Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: Hashing and directories Pavel Machek
- Re: Hashing and directories Alexander Viro
- Re: Hashing and directories H. Peter Anvin
- Re: Hashing and directories Alexander Viro
- Re: Hashing and directories H. Peter Anvin
- Re: Hashing and directories Pavel Machek
- Re: Hashing and directories Oystein Viggen
- Re: Hashing and directories Tobias Ringstrom
- Re: Hashing and directories David Weinehall
- Re: Hashing and directories Tim Wright
- Re: Hashing and directories Herbert Xu
- Re: Hashing and directories Xavier Bestel
- Re: Hashing and directories Bill Crawford
- Re: Hashing and directories Andreas Dilger
- Re: Hashing and directories Tigran Aivazian
- Re: Hashing and directories Pavel Machek
- Re: Hashing and directories Jamie Lokier
- Re: Hashing and directories Linus Torvalds
- Re: Hashing and directories Jamie Lokier
- Re: Hashing and directories Pavel Machek
- Re: Hashing and directories Bill Crawford