POSIX_Scripts/man
2021-06-30 00:22:57 -03:00

5 lines
77 B
Bash
Executable File

#!/bin/sh
x=$(/usr/bin/tput cols)
/usr/bin/man -O width=$((x-2)) "${@}"
exit