July 2014
Beginner
408 pages
9h 52m
English
In This Chapter
Compressing Files with compress
Uncompressing Files with uncompress
Zipping a File or Directory with gzip
Unzipping a gzip File with gunzip
Zipping Files and Directories with zip
As you use Unix, you will quite possibly encounter encoded or compressed files and have to extract, unencode, encode, or otherwise manipulate the files to be able to view or use them. This chapter discusses ways of encoding and compressing files.
You’ll use encoding whenever you’re sending a binary file (a nontext file) ...
Read now
Unlock full access