ZIP command in Linux with examples
ZIP is a compression and file packaging utility for Unix. Each file is stored in a single .zip {.zip-filename} file with the extension .zip. Syntax: zip [options] [file_name.zip] [files_names] The syntax for Creating a zip file: zip [file_name.zip] [file_name] Options in ‘Zip’ command in Linux Options Description Syntax […]