6 lines
173 B
Text
6 lines
173 B
Text
|
# delete last entry in zip archive
|
||
|
return 1
|
||
|
args testfile.zzip delete 5
|
||
|
file testfile.zzip testfile.zip testfile.zip
|
||
|
stderr can't delete file at index '5': Invalid argument
|