Re: Large number of files in single directory
From: Chris (redhat-list_at_dotcomdesigners.com)
Date: 05/25/05
- Previous message: Jessica Zhu: "RE: streaming audio/video on linux"
- In reply to: Stephen Carville: "Re: Large number of files in single directory"
- Next in thread: Rigler, Stephen C.: "Re: Large number of files in single directory"
- Reply: Rigler, Stephen C.: "Re: Large number of files in single directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "General Red Hat Linux discussion list" <redhat-list@redhat.com> Date: Wed, 25 May 2005 11:51:55 -0700
----- Original Message -----
From: "Stephen Carville" <stephen@totalflood.com>
Sent: Wednesday, May 25, 2005 10:50 AM
Subject: Re: Large number of files in single directory
> Try:
>
> $ find <directory> -exec tar -avf foo.tar {} \;
Didn't work. The -a is an invalid option on Fedora, it seems. I replaced
it with -cz to create and compress the tar file, but even with that, it goes
through the list of files (lists them one per line) as if it was actually
taring them, but the resulting .tar file only has the very LAST file that
tar listed - and nothing else in it. :-?
Chris
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Jessica Zhu: "RE: streaming audio/video on linux"
- In reply to: Stephen Carville: "Re: Large number of files in single directory"
- Next in thread: Rigler, Stephen C.: "Re: Large number of files in single directory"
- Reply: Rigler, Stephen C.: "Re: Large number of files in single directory"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|