script-linux/randoman

4 lines
90 B
Bash
Executable File

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