Answers for "how to zip my files without ds_store"

0

how to zip my files without ds_store

zip -r dir.zip . -x ".*" -x "__MACOSX"
Posted by: Guest on March-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language