Skip to content

Instantly share code, notes, and snippets.

@akash0x53
Last active May 12, 2017 17:13
Show Gist options
  • Save akash0x53/6094731 to your computer and use it in GitHub Desktop.
Save akash0x53/6094731 to your computer and use it in GitHub Desktop.
Terminal greeting.
# Terminal greeting.
# Whenever you open a terminal, it will show a man page of randomly selected command.
# [useful for beginner.]
# source : efytimes.com
#append this line to ~/.bashrc
man `ls /usr/bin | shuf -n1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment