Skip to content

Instantly share code, notes, and snippets.

@Gallefray
Created August 5, 2014 19:32
Show Gist options
  • Save Gallefray/aeb7ee0ee4beeb19d7d3 to your computer and use it in GitHub Desktop.
Save Gallefray/aeb7ee0ee4beeb19d7d3 to your computer and use it in GitHub Desktop.
lsh
(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