Skip to content

Instantly share code, notes, and snippets.

@eculver
Created May 14, 2017 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eculver/d03238671db265ad62b4d793e3644d5c to your computer and use it in GitHub Desktop.
Save eculver/d03238671db265ad62b4d793e3644d5c to your computer and use it in GitHub Desktop.
Learn something new!
#!/bin/bash
ls /usr/share/man/man* | cut -d '.' -f1 | sort -u | shuf -n1 | xargs man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment