diff options
Diffstat (limited to 'Functions/mere')
-rwxr-xr-x | Functions/mere | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Functions/mere b/Functions/mere new file mode 100755 index 000000000..cf8d8ad14 --- /dev/null +++ b/Functions/mere @@ -0,0 +1,3 @@ +#! /bin/sh +# read a man page in the current directory +nroff -man -Tman $1 | less -s |