bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] special character in filename problem ... tar (GNU tar) 1.


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] special character in filename problem ... tar (GNU tar) 1.13.25
Date: Mon, 26 Jan 2004 11:33:32 +0200

Rudolf Potucek <address@hidden> wrote:

> # tar -cC /home/potucek/
> safe/misc/rccalcs4/r\(\[r\(rc\)\]\[\(rc\)\]\)-100-50.z | tar -xC
> /mnt/archos-ext/potucek/
> safe/misc/rccalcs4/r\(\[r\(rc\)\]\[\(rc\)\]\)-100-50.z
> tar: safe/misc/rccalcs4/r([r(rc)][(rc)])-100-50.z: Not found in archive

Both '[' and ']' have special meaning for the shell. You should always
use extra level of quoting when using filenames with such characters,
e.g.

tar -xC /mnt/archos-ext/potucek/
   'safe/misc/rccalcs4/r\(\[r\(rc\)\]\[\(rc\)\]\)-100-50.z'


Regards,
Sergey   
   




reply via email to

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