Skip to content

Instantly share code, notes, and snippets.

@mjul
Created October 6, 2010 07:59
Show Gist options
  • Select an option

  • Save mjul/612979 to your computer and use it in GitHub Desktop.

Select an option

Save mjul/612979 to your computer and use it in GitHub Desktop.
(wc -l (grep "foo" (cat "foo.txt")))
(->> (cat "foo.txt") (grep "foo") "wc -l")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment