script-linux/randoman

4 lines
76 B
Bash
Executable File

#!/bin/bash
man -k . | shuf -n 1 | cut -f1-2 -d' ' | xargs man 2>/dev/null