bug-gzip
[Top][All Lists]
Advanced

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

bug#17910: Windows version gzip 1.3.12.1 bug report


From: Paul Eggert
Subject: bug#17910: Windows version gzip 1.3.12.1 bug report
Date: Mon, 10 Nov 2014 10:12:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

C:\>gzip -r -fast \\dmz-nas\backup
gzip: invalid option - s                      <-- this is wrong. There is no -s 
option??

You need to spell it "--fast" (with two hyphens) rather than "-fast".

C:\>gzip -l \\dmz-nas\backup<file:///\\dmz-nas\backup>
gzip: \\dmz-nas\backup: Permission denied    <-- This is wrong. Permission 
allowed..

It looks like the shell is parsing this as "please run the command gzip with arguments '-l' and '\\dmz-nas\backup' and with standard input equal to 'file:///\\dmz-nas\backup', which is not what you want. I'd quote the file name.





reply via email to

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