Linux Copy & Zip November 8, 2022 by ghazalitajuddin Leave a Comment Computer code by Markus Spiske is licensed under CC-CC0 1.0 zip -r /path/to/save/destination_folder.zip /path/to/folder Zip is command on *nix. -r Recursive to subfolders.