Re: 2.1.131: some quality thoughts

Michael Shields (shields@msrl.com)
18 Dec 1998 03:29:21 +0000


In article <m3hfuucn00.fsf@trantor.cosmic.com>,
Mirian Crzig Lennox <mirian@xensei.com> wrote:
> Agreed... also, embarrassing as it is to admit in this day and age of
> gigabyte-RAM computers, commands such as "rm 'find . | grep core'"
> will tend to fail on large source trees due to "arg limit exceeded".

Study:
find . -type f -name core -print0 | xargs -0 rm -f

-- 
Shields.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/