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)
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)
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)
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)