Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

zless(1) [debian man page]

ZLESS(1)						      General Commands Manual							  ZLESS(1)

NAME
zless - file perusal filter for crt viewing of compressed text SYNOPSIS
zless [ name ... ] DESCRIPTION
Zless is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. It is the equivalent of setting the environment variable LESSOPEN to '|gzip -cdfq -- %s', and the environment variable LESSMETACHARS to '<space><tab><newline>;*?"()<>[|&^`#$%=~', and then running less. However, enough people seem to think that having the command zless available is important to be worth providing it. SEE ALSO
zmore(1), less(1) BUGS
Zless does not work with compressed data that is piped to it via standard input; it requires that input files be specified as arguments. To read compressed data from a pipe, you can use ...|gunzip|less instead of ...|zless. COPYRIGHT NOTICE
Copyright (C) 2006, 2007 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. ZLESS(1)

Check Out this Related Man Page

ZLESS(1)						      General Commands Manual							  ZLESS(1)

NAME
zless - file perusal filter for crt viewing of compressed text SYNOPSIS
zless [ name ... ] DESCRIPTION
Zless is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. It is the equivalent of setting the environment variable LESSOPEN to '|gzip -cdfq -- %s', and the environment variable LESSMETACHARS to '<space><tab><newline>;*?"()<>[|&^`#$%=~', and then running less. However, enough people seem to think that having the command zless available is important to be worth providing it. SEE ALSO
zmore(1), less(1) BUGS
Zless does not work with compressed data that is piped to it via standard input; it requires that input files be specified as arguments. To read compressed data from a pipe, you can use ...|gunzip|less instead of ...|zless. COPYRIGHT NOTICE
Copyright (C) 2006, 2007 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. ZLESS(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

copying files from Unix to NT 4.0 Sp5

Hi, Does onyone know of a utility or command that would permit me to copy files from a UNIX environment to Windows NT SP5 environment. (3 Replies)
Discussion started by: regimbaldpj
3 Replies

2. UNIX for Dummies Questions & Answers

./ Permission Denied.

Could someone tell me why I am getting a permission denied message when I attempt to run this on an out file? Thanks! (8 Replies)
Discussion started by: trouscaillon
8 Replies

3. UNIX for Dummies Questions & Answers

Permission file questions--Please read!!!

1. I have an executable file that I have granted the users full permission "777" for it to work. I don't want the user to read this file! How can I prevent a user to read it? Thanks (4 Replies)
Discussion started by: bobo
4 Replies

4. Solaris

interface down notice is coming

While taking explorer, below messages are coming. nxge: NOTICE: nxge0: xcvr addr:0x0d - link is down nxge: NOTICE: nxge1: xcvr addr:0x0c - link is down nxge: NOTICE: nxge2: xcvr addr:0x0b - link is down nxge: NOTICE: nxge3: xcvr addr:0x0a - link is down Why these messages are... (0 Replies)
Discussion started by: sunnybee
0 Replies

5. Shell Programming and Scripting

Listing 000 permission files

Hi all, is there a way to list all files with 000 permission and not get "Permission denied" message? I would like to have names of all those files in one text file. At the moment, i have this " find . -type d \( -name . -o -prune \) -perm 000 > text.txt " and it is not working. Can... (8 Replies)
Discussion started by: bb2
8 Replies