Skip to content

Instantly share code, notes, and snippets.

@jmoiron
Created July 23, 2014 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmoiron/3329c319623c8d9bb731 to your computer and use it in GitHub Desktop.
Save jmoiron/3329c319623c8d9bb731 to your computer and use it in GitHub Desktop.
# 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