Zip - Excluding zip files with zip -x
Ok, here’s the command I use to exclude .zip files from my zips
zip -r *.zip myzipfile directorytozip -x "*.zip"
Ok, here’s the command I use to exclude .zip files from my zips
zip -r *.zip myzipfile directorytozip -x "*.zip"