Skip to content

Instantly share code, notes, and snippets.

@YarnSeemannsgarn
Created September 22, 2014 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YarnSeemannsgarn/4c327661affd26e5cba7 to your computer and use it in GitHub Desktop.
Save YarnSeemannsgarn/4c327661affd26e5cba7 to your computer and use it in GitHub Desktop.
List all todos in directory (recursive)
#!/bin/bash
grep -rnw './' -e "TODO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment