Date: Mon, 18 Mar 2002 13:23:42 -0600 (CST) From: Chris Dillon <cdillon@wolves.k12.mo.us> To: "Kellers, Timothy" <kellers@ADM.NJIT.EDU> Cc: "'questions@freebsd.org'" <questions@FreeBSD.ORG>, "'kellers@njit.edu'" <kellers@njit.edu> Subject: Re: desktop.eml and sample.eml Message-ID: <Pine.BSF.4.32.0203181316400.25271-100000@mail.wolves.k12.mo.us> In-Reply-To: <E7DB63F7BA58D21195DD0000D110ADE00833BB9D@adm.njit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Mar 2002, Kellers, Timothy wrote: > Secondly, if I save the output of: > > # locate desktop.eml > > into a file, is there a reasonably non-hazardous way of deleting all the > filenames contained within the file? This would be better: find /path/to/search -iname desktop.eml -delete find /path/to/search -iname sample.eml -delete -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet - Available for IA32 (Intel x86) and Alpha architectures - IA64, PowerPC, UltraSPARC, and ARM architectures under development - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0203181316400.25271-100000>