How to create and extract Zip file in Linux
Create a zip file $ zip -r tecnotab.zip tecnotab.txt where tecnotab.zip is the name of the zip file that you want to give and tecnotab.txt is your actual file that you want to zip.unzip…
Create a zip file $ zip -r tecnotab.zip tecnotab.txt where tecnotab.zip is the name of the zip file that you want to give and tecnotab.txt is your actual file that you want to zip.unzip…
For many systems, tecnotab is distributed as a tar gz file. This is a common archive format. Here's how to unpack it… For tar.gz To unpack a tar.gz file, you…