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
main
script-linux
/
randoman
4 lines
76 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
man -k .
|
shuf -n
1
|
cut -f1-2 -d
' '
|
xargs man 2>/dev/null
Reference in New Issue
View Git Blame
Copy Permalink