baslinux AT lists.ibiblio.org
Subject: Baslinux mailing list
List archive
- From: Ian Scott <mriscott AT yahoo.co.uk>
- To: keesan AT iamjlamb.com
- Cc: baslinux AT lists.ibiblio.org
- Subject: Re: [BL] minimal X for BL2
- Date: Mon, 26 Apr 2004 02:59:16 -0400 (EDT)
> (Like those of us who go through and hand-delete all the COPYING and
> COPYRIGHT and INSTALL files - is there some way to do a global rm
> instead?)
find / -name INSTALL -exec rm {} \;
(finds all files under the root directory named INSTALL, and executes rm on
them)
You can repeat for COPYRIGHT and COPYING.
Or if you want to be really swish:
for x in INSTAL COPYRIGHT COPYING;do find / -name $x -exec rm {} \;done
-
Re: [BL] repartitioning for linux?
, (continued)
- Re: [BL] repartitioning for linux?, 3aoo-cvfd, 04/23/2004
- Re: [BL] repartitioning for linux?, Sindi Keesan, 04/23/2004
- [BL] minimal X for BL2, Sindi Keesan, 04/23/2004
- Re: [BL] minimal X for BL2, David Lane, 04/23/2004
- Re: [BL] minimal X for BL2, Sindi Keesan, 04/24/2004
- Re: [BL] minimal X for BL2, Sindi Keesan, 04/24/2004
- Re: [BL] minimal X for BL2, Sindi Keesan, 04/24/2004
- Re: [BL] minimal X for BL2, 3aoo-cvfd, 04/24/2004
- Re: [BL] minimal X for BL2, Sindi Keesan, 04/24/2004
- Re: [BL] minimal X for BL2, 3aoo-cvfd, 04/25/2004
- Re: [BL] minimal X for BL2, Ian Scott, 04/26/2004
- Re: [BL] minimal X for BL2, 3aoo-cvfd, 04/26/2004
- Re: [BL] repartitioning for linux?, 3aoo-cvfd, 04/24/2004
- Re: [BL] repartitioning for linux?, Sindi Keesan, 04/24/2004
- Re: [BL] repartitioning for linux?, Anthony J. Albert, 04/22/2004
Archive powered by MHonArc 2.6.24.