This website requires JavaScript.
Explore
Help
Register
Sign In
nemo
/
script-linux
Watch
1
Star
0
Fork
You've already forked script-linux
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d9d3c67f1c
script-linux
/
randoman
4 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
man -k .
|
shuf -n
1
|
cut -f1-2 -d
' '
|
tr
' '
'\0'
|
xargs man 2>/dev/null
Reference in New Issue
View Git Blame
Copy Permalink