In Linux, you have large files, kevin.txt, how do you compress this file?
Answer
gzip kevin.txt
^^gzip stands for GNU zip, and creates new file kevin.txt.gz
Question
In Linux, you have large files, kevin.txt, how do you compress this file?
Answer
?
Question
In Linux, you have large files, kevin.txt, how do you compress this file?
Answer
gzip kevin.txt
^^gzip stands for GNU zip, and creates new file kevin.txt.gz
If you want to change selection, open document below and click on "Move attachment"
4. Basic Commands data by using a smaller number of bytes, in such a way that the original data can be reconstructed exactly. Such usually involves finding patterns in the data. The command to compress a file is <span>gzip <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 gzip -d
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised 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.