Skip to Content.
Sympa Menu

baslinux - Re: [BL] minimal X for BL2

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] minimal X for BL2
  • Date: Mon, 26 Apr 2004 19:22:32 +1200

Ian Scott wrote:
>
> find / -name INSTALL -exec rm {} \;
>
> (finds all files under the root directory named INSTALL, and executes rm on
> them)

I don't think the busybox version of find will do that.
However, the following does work with it:
-------------------------
rm `find / -name INSTALL`
-------------------------

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page