Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man1/gzless.1
Real path: /usr/share/man/man1/gzless.1
Zurück
'\" te .TH GZLESS 1 .SH NAME gzless \- file perusal filter for crt viewing of compressed text .SH SYNOPSIS .B gzless [ name ... ] .SH DESCRIPTION The .B gzless command 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>;*?"()<>[|&^`#\e$%=~', and then running .BR less . However, enough people seem to think that having the command .B gzless available is important to be worth providing it. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability compress/gzip = Stability Committed .TE .PP .SH "SEE ALSO" .BR gzmore (1), .BR less (1) .SH "BUGS" The .B gzless command 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 .RB ".\|.\|." "|gunzip|less" instead of .RB ".\|.\|." "|gzless" . .SH "COPYRIGHT NOTICE" Copyright \(co 2006-2007, 2015-2022 Free Software Foundation, Inc. .br Copyright \(co 1992, 1993 Jean-loup Gailly .PP 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. .ig Permission is granted to process this file through troff and print the results, provided the printed document carries copying permission notice identical to this one except for the removal of this paragraph (this paragraph not being relevant to the printed manual). .. .PP 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. .PP 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. .SH NOTES .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://ftp.gnu.org/gnu/gzip/gzip-1.12.tar.gz. Further information about this software can be found on the open source community website at https://www.gnu.org/software/gzip.