Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In Linux, you have compressed file kevin.txt.gz, how do you unzip it?
Answer
gzip -d kevin.txt.gz
^^ -d is short for --decompress, above replaces kevin.txt.gz with kevin.txt
^^ also correct is: gunzip kevin.txt.gz

Question
In Linux, you have compressed file kevin.txt.gz, how do you unzip it?
Answer
?

Question
In Linux, you have compressed file kevin.txt.gz, how do you unzip it?
Answer
gzip -d kevin.txt.gz
^^ -d is short for --decompress, above replaces kevin.txt.gz with kevin.txt
^^ also correct is: gunzip kevin.txt.gz
If you want to change selection, open document below and click on "Move attachment"

4. Basic Commands
lt;filename> , which stands for GNU zip. Run gzip on a file in your home directory and then run ls to see what happened. Now, use more to view the compressed file. To uncompress the file use <span>gzip -d <filename> . Now, use more to view the file again. Many files on the system are stored in compressed format. For example, man pages are often stored compressed and are uncompressed automatically w

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.