How can I compress two folders into archive file (zip, gzip or something like that) with a password on the files?
For example I have folder structure:
- rootDir
- dir1
- dir2
- dir3
- dir4
I need bash command to add dir2 and dir4 to same archive file compressed with a password on it.
