lkml.org 
[lkml]   [1998]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: 2.1.131: some quality thoughts
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:1.862 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site