Last active
December 21, 2015 20:10
-
-
Save virullius/6359746 to your computer and use it in GitHub Desktop.
BSD compatible random tool tip based on a Linux version from I-don't-know-where.
Append to ~/.bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Did you know that:"; whatis $(ls -1 /bin | head -$(echo "$RANDOM % `ls -1 /bin | wc -l`" | bc) | tail -1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment