# ex: zip -r app.zip ./app -x "*node_modules*"
# ex2: zip -r app.zip ./zpp -x "*.pyc*"
zip -r <ZIP_FILE_NAME> <TARGET_FOLDER_PATH> -x "*<FILE_OR_FOLDER_PATTERN>*"
For further actions, you may consider blocking this person and/or reporting abuse
# ex: zip -r app.zip ./app -x "*node_modules*"
# ex2: zip -r app.zip ./zpp -x "*.pyc*"
zip -r <ZIP_FILE_NAME> <TARGET_FOLDER_PATH> -x "*<FILE_OR_FOLDER_PATTERN>*"
For further actions, you may consider blocking this person and/or reporting abuse
Dariel Vila -
theBridge2 -
Rijul Rajesh -
Mutiu Dawodu -
Top comments (0)