Created
August 5, 2014 19:32
-
-
Save Gallefray/aeb7ee0ee4beeb19d7d3 to your computer and use it in GitHub Desktop.
lsh
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
(pipe (pipe (exec 'cat file.txt') | |
(exec 'grep -i \'hello\'')) | |
(exec 'less')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment