Skip to content

Instantly share code, notes, and snippets.

@UndarkAido
Created June 2, 2017 14:58
Show Gist options
  • Save UndarkAido/f3f184fb9af1eb3e023c4c13b9cd0d91 to your computer and use it in GitHub Desktop.
Save UndarkAido/f3f184fb9af1eb3e023c4c13b9cd0d91 to your computer and use it in GitHub Desktop.
Interesting Commands
#Print all cows installed.
for f in /usr/share/cowsay/*.cow; do cowsay -f $f $f; done
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