home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Shells / zsh-3.0.5-MIHS / src / Functions / mere < prev    next >
Encoding:
Text File  |  1996-05-06  |  84 b   |  4 lines

  1. #! /bin/sh
  2. # read a man page in the current directory
  3. nroff -man -Tman $1 | less -s
  4.