]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Note that the manual page of less(1) says:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Dec 2012 06:35:15 +0000 (06:35 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Dec 2012 06:35:15 +0000 (06:35 +0000)
commitcb6969303c3c0f2106f38b49fbdf3830df74ef57
tree9386948e332c416a49334e92cf248841573200e6
parentadef0a91ec191579cd71c4c1a1b0ba23e2c443fd
Note that the manual page of less(1) says:

  Note  that  a preprocessor cannot output an empty file, since that
  is interpreted as meaning there is no replacement, and the  origi-
  nal file is used.  To avoid this, if LESSOPEN starts with two ver-
  tical bars, the exit status of the script becomes meaningful.   If
  the  exit  status is zero, the output is considered to be replace-
  ment text, even if it empty.  If the exit status is  nonzero,  any
  output  is ignored and the original file is used.  For compatibil-
  ity with previous versions of less, if LESSOPEN starts  with  only
  one vertical bar, the exit status of the preprocessor is ignored.

Use two pipe symbols for zless, so that zless'ing a compressed empty
file will give output rather than being interpreted as its compressed
form, which is typically a binary.

Thanks Mark Nudelman for pointing out this difference and the
suggested solution.

Reported by:  Matthias Meyser <meyser xenet.de>
PR:           bin/168839

git-svn-id: svn://svn.freebsd.org/base/stable/9@244342 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/less/zless.sh