script-linux/randoman

4 lines
76 B
Plaintext
Raw Permalink Normal View History

2023-12-14 17:56:20 +01:00
#!/bin/bash
2024-03-08 10:11:23 +01:00
man -k . | shuf -n 1 | cut -f1-2 -d' ' | xargs man 2>/dev/null