# bzless(1) - man - phpMan

[BZMORE(1)](https://www.chedong.com/phpMan.php/man/BZMORE/1/markdown)                              General Commands Manual                             [BZMORE(1)](https://www.chedong.com/phpMan.php/man/BZMORE/1/markdown)



## NAME
       bzmore, bzless - file perusal filter for crt viewing of bzip2 compressed text

## SYNOPSIS
       **bzmore** [ name ...  ]
       **bzless** [ name ...  ]

## NOTE
       In  the  following  description,  _bzless_ and _less_ can be used interchangeably with _bzmore_ and
       _more._

## DESCRIPTION
       _Bzmore_ is a filter which allows examination of compressed or plain text files  one  screenful
       at  a  time on a soft-copy terminal.  _bzmore_ works on files compressed with _bzip2_ and also on
       uncompressed files.  If a file does not exist, _bzmore_ looks for a file of the same name  with
       the addition of a .bz2 suffix.

       _Bzmore_  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.

       _Bzmore_ looks in the file _/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.  Other sequences which may be typed when _bzmore_ pauses, and their effects,
       are as follows (_i_ is an optional integer argument, defaulting to 1) :

       _i_<space>
              display _i_ more lines, (or another screenful if no argument is given)

       ^D     display 11 more lines (a ``scroll'').  If _i_ is given, then the scroll size is  set  to
              _i_.

       d      same as ^D (control-D)

       _i_z     same  as  typing a space except that _i_, if present, becomes the new window size.  Note
              that the window size reverts back to the default at the end of the current file.

       _i_s     skip _i_ lines and print a screenful of lines

       _i_f     skip _i_ screenfuls and print a screenful of lines

       q or Q quit reading the current file; go on to the next (if any)

       e or q When the prompt --More--(Next file: _file_) is printed, this command  causes  bzmore  to
              exit.

       s      When  the  prompt  --More--(Next file: _file_) is printed, this command causes bzmore to
              skip the next file and continue.

       =      Display the current line number.

       _i_/expr search for the _i_-th occurrence of the regular expression _expr._  If the pattern is  not
              found, _bzmore_ goes on to the next file (if any).  Otherwise, a screenful is displayed,
              starting two lines before the place where the expression was found.  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.

       _i_n     search for the _i_-th occurrence of the last regular expression entered.

       !command
              invoke a shell with _command_.  The character `!' in "command"  are  replaced  with  the
              previous shell command.  The sequence "\!" is replaced by "!".

       :q or :Q
              quit reading the current file; go on to the next (if any) (same as q or Q).

       .      (dot) repeat the previous command.

       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.

       At any time when output is being sent to the terminal, the user can hit the  quit  key  (nor‐
       mally  control-\).   _Bzmore_  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.   Unfortu‐
       nately, 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.

       The terminal is set to _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.

       If  the  standard  output  is not a teletype, then _bzmore_ acts just like _bzcat,_ except that a
       header is printed before each file.

## FILES
       /etc/termcap        Terminal data base

## SEE ALSO
       [more(1)](https://www.chedong.com/phpMan.php/man/more/1/markdown), [less(1)](https://www.chedong.com/phpMan.php/man/less/1/markdown), [bzip2(1)](https://www.chedong.com/phpMan.php/man/bzip2/1/markdown), [bzdiff(1)](https://www.chedong.com/phpMan.php/man/bzdiff/1/markdown), [bzgrep(1)](https://www.chedong.com/phpMan.php/man/bzgrep/1/markdown)



                                                                                           [BZMORE(1)](https://www.chedong.com/phpMan.php/man/BZMORE/1/markdown)
