Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man1/gzmore.1
Real path: /usr/share/man/man1/gzmore.1
Zurück
'\" te .TH GZMORE 1 .SH NAME gzmore \- file perusal filter for crt viewing of compressed text .SH SYNOPSIS .B gzmore [ name ... ] .SH DESCRIPTION The .I gzmore command is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. The .B gzmore command works on files compressed with .BR compress , .B pack or .BR gzip , and also on uncompressed files. If a file does not exist, .B gzmore looks for a file of the same name with the addition of a .gz, .z or .Z suffix. .PP The .B gzmore command normally pauses after each screenful, printing --More-- at the bottom of the screen. If the user then types a carriage return, one more line is displayed. If the user hits a space, another screenful is displayed. Other possibilities are enumerated later. .PP The .B gzmore command looks in the file .I /etc/termcap to determine terminal characteristics, and to determine the default window size. On a terminal capable of displaying 24 lines, the default window size is 22 lines. To use a pager other than the default .BR more , set environment variable PAGER to the name of the desired program, such as .BR less . .PP Other sequences which may be typed when .B gzmore pauses, and their effects, are as follows (\fIi\fP is an optional integer argument, defaulting to 1) : .PP .IP \fIi\^\fP<space> display .I i more lines, (or another screenful if no argument is given) .PP .IP ^D display 11 more lines (a ``scroll''). If .I i is given, then the scroll size is set to \fIi\fP. .PP .IP d same as ^D (control-D) .PP .IP \fIi\^\fPz same as typing a space except that \fIi\fP, if present, becomes the new window size. .PP .IP \fIi\^\fPs skip \fIi\fP lines and print a screenful of lines .PP .IP \fIi\^\fPf skip \fIi\fP screenfuls and print a screenful of lines .PP .IP "q or Q" Quit. .PP .IP = Display the current line number. .PP .IP \fIi\fP/expr search for the \fIi\^\fP-th occurrence of the regular expression \fIexpr.\fP The user's erase and kill characters may be used to edit the regular expression. Erasing back past the first column cancels the search command. .PP .IP \fIi\^\fPn search for the \fIi\^\fP-th occurrence of the last regular expression entered. .PP .IP !command invoke a shell with \fIcommand\fP. The character `!' in "command" is replaced with the previous shell command. The sequence "\\!" is replaced by "!". .PP .IP ":q or :Q" Quit (same as q or Q). .PP .IP . (dot) repeat the previous command. .PP The commands take effect immediately, i.e., it is not necessary to type a carriage return. Up to the time when the command character itself is given, the user may hit the line kill character to cancel the numerical argument being formed. In addition, the user may hit the erase character to redisplay the --More-- message. .PP At any time when output is being sent to the terminal, the user can hit the quit key (normally control\-\\). The .I gzmore command will stop sending output, and will display the usual --More-- prompt. The user may then enter one of the above commands in the normal manner. Unfortunately, some output is lost when this is done, due to the fact that any characters waiting in the terminal's output queue are flushed when the quit signal occurs. .PP The terminal is set to .I noecho mode by this program so that the output can be continuous. What you type will thus not show on your terminal, except for the / and ! commands. .PP If the standard output is not a teletype, then .B gzmore acts just like .BR gzcat , except that a header is printed before each file if there is more than one file. .SH FILES .TP /etc/termcap Terminal data base .\" 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 more (1), .BR gzip (1), .BR gzdiff (1), .BR gzgrep (1), .BR gznew (1), .BR gzforce (1), .BR gzexe (1) .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.