On Fri, 3 Aug 2001, ME wrote:

[...]

> Or if you are feeling close to the lunatic fringe, you could just go
> through and blindly delete al files named core in the users /home dir:
> (You probably don't want to do this, but you could if you wanted to...)
> 
> # find /home -name core -exec rm -f () \; >> /dev/null 2>&1 &

Not quite _that_ many.

# find /home -name core -exec rm -f \{} \; >> /dev/null 2>&1 & 

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------


Reply via email to