How zip the file in unix?
Answer / Monark Chawla
To zip files in Unix, you can use the gzip command which creates .gz files. If you want to create a .zip file, you'll need to install 'gzip' and 'unzip' first if they aren't already installed. You can then compress a single file with 'gzip <filename>' and decompress it with 'gunzip <filename>.gz'. To zip multiple files in one go, create an archive with 'tar -czf archive.tar.gz <files>'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is unix os free?
What is the role of the kernel in unix?
how to use grep command to list find the records of a file containg 10 different strings
What is .profile unix?
I want to invest in learning things that will get me good jobs in future. But wondering if Unix knowledge is something that is a MUST have or is it better to do any Data-warehouse tool (cognos, Qclik view, ETL etc..). Please suggest me.
How do I run a .sh file in unix?
Explain what is a fifo?
Differentiate between paging and swapping?
What are directories in unix?
What is unix in simple terms?
What are the different versions of unix?
Is unix a programming language?