Skip to content

Instantly share code, notes, and snippets.

@adamar
Created February 21, 2017 04:51
Show Gist options
  • Save adamar/6e609cda13fe40e4a0e042a2614181c2 to your computer and use it in GitHub Desktop.
Save adamar/6e609cda13fe40e4a0e042a2614181c2 to your computer and use it in GitHub Desktop.
Open a random Man Page
man -k . | shuf | head -n 1 | cut -d" " -f1 | xargs man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment