Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Created December 20, 2015 05:12
Show Gist options
  • Save coryhouse/0e085a3a8382f8e1f993 to your computer and use it in GitHub Desktop.
Save coryhouse/0e085a3a8382f8e1f993 to your computer and use it in GitHub Desktop.
Example of using pipes and redirects in Unix
cat bigFile.txt | grep 'Cory House' > linesThatHaveMyName.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment