Created
November 7, 2013 20:21
-
-
Save flores/7361208 to your computer and use it in GitHub Desktop.
the power of echo echo echo
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
lo@pancake:~$ ls | |
batboy dotworking Music Videos | |
deployment Downloads perltesty.pl yet-another-nutrient-calculator | |
Desktop ec_code Pictures | |
Documents ecvpn Public | |
dotfiles monitorama Templates | |
lo@pancake:~$ echo /home/* | |
/home/lo | |
lo@pancake:~$ echo * | |
batboy deployment Desktop Documents dotfiles dotworking Downloads ec_code ecvpn monitorama Music perltesty.pl Pictures Public Templates Videos yet-another-nutrient-calculator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment