Created
July 23, 2014 16:02
-
-
Save jmoiron/3329c319623c8d9bb731 to your computer and use it in GitHub Desktop.
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
# this is how we program for some reason | |
ls > files.txt | |
grep "foo" files.txt > grepped.txt | |
wc -l grepped.txt | |
rm files.txt grepped.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment