Comment 1 for bug 365021

Revision history for this message
Morpheus (morpheus17.pro) wrote :

On Ubuntu 9.04, it works using this method:

tar -xf file.tar --wildcards "*a"

However, according to man page of tar, --wildcards are enabled by default:

--wildcards
    use wildcards when excluding files (the default)

It also doesn't works with -X, you must type --exclude "*b"