1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
zsh/Functions/Misc/mere

4 lines
84 B
Plaintext
Raw Normal View History

1999-06-08 11:26:01 +02:00
#! /bin/sh
# read a man page in the current directory
nroff -man -Tman $1 | less -s