Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created January 20, 2011 11:53
Show Gist options
  • Save JakubOboza/787786 to your computer and use it in GitHub Desktop.
Save JakubOboza/787786 to your computer and use it in GitHub Desktop.
time( ls -d **/* | xargs grep TODO | awk '{print $0 "\n" }' )
(; ls -d **/* | xargs grep TODO | awk '{print $0 "\n" }'; ) 0,01s user 0,01s system 102% cpu 0,019 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment