Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 1997 10:53:01 -0400
From:      bill@twwells.com (T. William Wells)
To:        freebsd-questions@freebsd.org
Subject:   Re: deleted huge directory
Message-ID:  <62noar$3b0$1@twwells.com>
References:  <Pine.BSF.3.95.971022213636.10104A-100000@luke.cpl.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.3.95.971022213636.10104A-100000@luke.cpl.net>,
Shawn Ramsey  <shawn@luke.cpl.net> wrote:
: Does anyone have any suggestions for deleting a huge directory? The
: direcory is /var/news/spool/control/cancel.

cd /var/news/spool/control/cancel
find . -type f | xargs rm

--
** Tired of getting spam? Check out http://www.junkproof.com/ for an answer.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?62noar$3b0$1>