bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] skip-old-files feature request


From: Joerg Schilling
Subject: Re: [Bug-tar] skip-old-files feature request
Date: Wed, 7 Nov 2012 11:16:35 +0100
User-agent: nail 11.22 3/20/05

John Stanley <address@hidden> wrote:

> files without any indication of file type. It would be nice to have an 
> indication in
> this listing of file types, or at least, which files are directories and 
> which are not,
> so that I can then easily pick out non-directory files.


        star -tv -find -type d < file.tar

Or if you like to see the listing in typical find(1) output listing:

        star -t -find -type d -ls -false < file.tar

Most find(1) constructs (including time stamps) work on archives and not only 
in create mode on filesystems.

A recent star source is in:

        ftp://ftp.berlios.de/pub/schily/

and it compiles/runs for/on Android - not shure whether this is true for gtar
as Android contains a lot of nasty things that prevent gnu autoconf from 
working as expected an as gnu autoconf does not support cross-compilation.

For those who don't know: star turned 30 in August 2012.

Jörg

-- 
 EMail:address@hidden (home) Jörg Schilling D-13353 Berlin
       address@hidden                (uni)  
       address@hidden (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



reply via email to

[Prev in Thread] Current Thread [Next in Thread]