[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] tar: Problems processing files with backslashes
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] tar: Problems processing files with backslashes |
Date: |
Mon, 16 May 2016 17:59:49 +0300 |
Hello,
> I noticed tar showing an error with files which contain some
> backslashes.
>
> Example:
> address@hidden:~$ touch '\\'
> address@hidden:~$ tar -cf test.tar '\\'
Please use the --no-unquote option:
tar -cf test.tar --no-unquote '\\'
Regards,
Sergey