bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Bug with tar command


From: Paul Jarc
Subject: Re: Bug with tar command
Date: Thu, 22 Apr 2004 21:46:50 -0400
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

jason nguyen <address@hidden> wrote:
> For example, if my "test.tar" contains the file "test[1].txt", this
> command will give me an error:
> "tar -xvf test.tar test[1].txt".

Brackets are special to the shell, so you have to quote them if you
want tar to see them verbatim:
$ tar -xvf test.tar 'test[1].txt'
If that still doesn't work, show us what the error message is.


paul




reply via email to

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