Displaying 1 result from an estimated 1 matches for "filenamewithspac".
Did you mean:
filenamewithspaces
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
...tical(res.infozip$Name,res.intern$Name) ## True
res.infozip$Length==res.intern$Length ## TRUE
identical(res.infozip$Length,res.intern$Length) ## FALSE, because
## former numeric, later
integer
## More problematic cases
print(unzip("fileNameWithSpaces.zip",list=TRUE))
print(unzip("fileNameWithSpaces.zip",list=TRUE,unzip="/usr/bin/unzip"))
## read.table is used to parse output of unzip -l, and gets
## confused by extra spaces
print(unzip("withArchiveComment.zip",list=TRUE))
print(unzip("withA...