Created
June 2, 2017 14:58
-
-
Save UndarkAido/f3f184fb9af1eb3e023c4c13b9cd0d91 to your computer and use it in GitHub Desktop.
Interesting Commands
This file contains hidden or 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
#Print all cows installed. | |
for f in /usr/share/cowsay/*.cow; do cowsay -f $f $f; done |
This file contains hidden or 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
Some collections of commands I find interesting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment