Re: rh-l] RE: Large number of files in single directory
From: Mike Wooding (timmywooding_at_yahoo.com)
Date: 05/28/05
- Previous message: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Next in thread: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Reply: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 May 2005 16:40:38 -0700 (PDT) To: General Red Hat Linux discussion list <redhat-list@redhat.com>
--- R P Herrold <herrold@owlriver.com> wrote:
> On Fri, 27 May 2005, Mike Wooding wrote:
>
> >
> > --- "Burke, Thomas G." <tg.burke@ngc.com> wrote:
> >> I delete them by character... e.g. rm -rf *1.tmp, rm -rf *2.tmp,
> and
> >> so on. Don't know of any other way to do it. - although I wrote a
> >> little C program once to handle it for me.
> >
> > It's a shell limitation. There's a utility,
> > "xargs" that will help work around this.
> >
> > man xargs
>
> or, in the correct directory:
>
> find -type f -a -exec rm {} \;
>
> will work
Not as typed above: man find
He who laughs last thinks slowest.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Next in thread: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Reply: R P Herrold: "Re: rh-l] RE: Large number of files in single directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|