Created
December 20, 2015 05:12
-
-
Save coryhouse/0e085a3a8382f8e1f993 to your computer and use it in GitHub Desktop.
Example of using pipes and redirects in Unix
This file contains 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
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