Red Hat Linux 9 Professional Secrets [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Red Hat Linux 9 Professional Secrets [Electronic resources] - نسخه متنی

Naba Barkakati

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








zcat, zless, zmore




Purpose


View the contents of a compressed text file without having to first decompress the file.


Syntax


zcat

filename

zless

filename

zmore

filename


Options


None


Description


The

zcat ,

zless , and

zmore commands work the same way as

cat ,

less , and

more . The only difference is that the z-commands can directly read files compressed with

gzip or

compress (without having to first decompress the files with

gunzip ). These commands are particularly useful for reading compressed text files, such as the ones in

/usr/info directory.


/ 341