Bug 6494 - tar -T Loss of function
Summary: tar -T Loss of function
Status: RESOLVED WORKSFORME
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.22.x
Hardware: Other Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 13:29 UTC by fclql
Modified: 2013-09-19 14:12 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fclql 2013-09-18 13:29:42 UTC
tar -h
BusyBox v1.19.4 (2013-08-06 19:59:31 MSK) multi-call binary.

Usage: tar -[cxtzhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...

Create, extract, or list files from a tar file

Operation:
        c       Create
        x       Extract
        t       List
        f       Name of TARFILE ('-' for stdin/out)
        C       Change to DIR before operation
        v       Verbose
        z       (De)compress using gzip
        O       Extract to stdout
        h       Follow symlinks
        X       File with names to exclude
        T       File with names to include

Want to increase the password function

openssl des3 -salt -k passwd  -out
Comment 1 fclql 2013-09-18 13:31:34 UTC
openwrt System
Comment 2 Denys Vlasenko 2013-09-19 14:12:56 UTC
(In reply to comment #0)
> tar -h
> BusyBox v1.19.4 (2013-08-06 19:59:31 MSK) multi-call binary.
> 
> Usage: tar -[cxtzhvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...
> 
> Create, extract, or list files from a tar file
> 
> Operation:
>         c       Create
>         x       Extract
>         t       List
>         f       Name of TARFILE ('-' for stdin/out)
>         C       Change to DIR before operation
>         v       Verbose
>         z       (De)compress using gzip
>         O       Extract to stdout
>         h       Follow symlinks
>         X       File with names to exclude
>         T       File with names to include

I just tested and tar -cf TARBALL -t FILE works.