linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Largent <jlargent@imagelinks.com>
To: 1stFlight <1stflight@ameritech.net>
Cc: linux-admin@vger.kernel.org
Subject: Re: How to delete all files?
Date: Tue, 10 Jun 2003 17:40:03 -0400	[thread overview]
Message-ID: <3EE65033.1020901@imagelinks.com> (raw)
In-Reply-To: <200306101720.25119.1stflight@ameritech.net>

find / -name "index*.jpg" -exec rm -rf {} \;


1stFlight wrote:
> I'd like to know how I can create a command line to delete all of the 
> "index*.jpg" files on my hard drive?  Thanks!
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

-- 
Jeff Largent                   ImageLinks, Inc.
Sr System Admin                Melbourne, Fl 32935
(321) 253-0011                 fax: (321) 253-5559


      reply	other threads:[~2003-06-10 21:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-10 21:20 How to delete all files? 1stFlight
2003-06-10 21:40 ` Jeff Largent [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EE65033.1020901@imagelinks.com \
    --to=jlargent@imagelinks.com \
    --cc=1stflight@ameritech.net \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).