rand man null err

This commit is contained in:
_N3m0 2024-03-08 10:11:23 +01:00
parent 5692a8f801
commit 40e4cf479b
1 changed files with 1 additions and 1 deletions

View File

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