EADST

Error: -bash: /usr/bin/zip: Argument list too long

When typing this line zip -r images.zip images/*.jpg, it might output this error: -bash: /usr/bin/zip: Argument list too long. Because there are too many images to zip, you can solve the error with the below line.

find images/ -name '*.jpg' -print | zip images.zip -@

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
站点统计

本站现有博文240篇,共被浏览280795

本站已经建立1752天!

热门文章
文章归档
回到顶部