2014-04-09 89 views
0

我試圖用zipnote來重命名zip文件中的文件,但我無法弄清楚如何正確使用它。已經有一個similar question,但由於某種原因它不起作用。如何使用zipnote命令?

當我嘗試使用:

printf "@ myfile.txt\[email protected]=myfile2.txt\n" | zipnote -w archive.zip 

我只是說:

zipnote error: Bad file descriptor 
zipnote error: Temporary file failure (ziMZslgn) 

此拋出一模一樣的錯誤消息,這是奇怪的對我說:

zipnote test.zip > a.txt 
zipnote -w test.zip < a.txt 

我m運行OS X 10.9,但手冊頁沒有提到與標準linux zipnote有什麼不同。

編輯:在Debian 6.0返回:

zipnote error: Bad file descriptor 
*** Error in `zipnote': free(): corrupted unsorted chunks: 0x0000000000d962e0 *** 
zipnote error: Temporary file failure (ziw8B942) 
*** Error in `zipnote': double free or corruption (!prev): 0x0000000000d962e0 *** 

回答

1

這已被固定在zip 3.1 beta

+0

好吧,如果這是一個錯誤,有沒有太大的回答。一個鏈接到錯誤報告將是很好,但。 – pgampe

+0

http://www.linuxquestions.org/questions/linux-software-2/problems-with-zipnote-writing-to-files-4175502552/ – dwery