script-linux/randoman

4 lines
90 B
Plaintext
Raw Normal View History

2023-12-14 17:56:20 +01:00
#!/bin/bash
man -k . | shuf -n 1 | cut -f1-2 -d' ' | tr ' ' '\0' | xargs man 2>/dev/null