linux zip a folder 在 Zip all files in directory? - Unix & Linux Stack Exchange 的評價 You can just use * ; there is no need for *.* . File extensions are not special on Unix. * matches zero or more characters—including a dot. ... <看更多>
linux zip a folder 在 How to zip a file using cmd line? - Stack Overflow 的評價 If you are using Ubuntu Linux: Install zip sudo apt-get install zip. Zip your folder: zip -r {filename.zip} {foldername} ... ... <看更多>