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 zipped up file, kevin.txt.gz, how do you view its content without unzipping it?
Answer
zcat or zless

Question
In linux, you have zipped up file, kevin.txt.gz, how do you view its content without unzipping it?
Answer
?

Question
In linux, you have zipped up file, kevin.txt.gz, how do you view its content without unzipping it?
Answer
zcat or zless
If you want to change selection, open document below and click on "Move attachment"

4. Basic Commands
have a z in them they have something to do with compression--the letter z stands for zip. You can use zcat <filename> | less to view a compressed file proper. You can also use the command <span>zless <filename> , which does the same as zcat <filename> | less . (Note that your less may actually have the functionality of zless combined.) A new addition to the arsenal is bz

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.