Answers for "bash zip file without parent directory"

0

bash zip file without parent directory

zip -j /Landing/Folder/ZippedFilename.zip /Source/Folder/UnzippedFilename.txt
Posted by: Guest on July-16-2021
0

linux zip folder without parent folder

zip -r filename.zip ./*
Posted by: Guest on June-15-2021

Code answers related to "bash zip file without parent directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language