Last Updated: July 18, 2025
·
4.334K
· hunterae

Rake -T : No need to use grep

Rather trivial, but I though I'd shared: if you want to search for specific rake tasks, there is no need to use grep in the command line.

rake -T db

instead of

rake -T | grep db

1 Response
Add your response

Nice tip, Andrew. Didn't realize rake-T could filter like that directly. Thanks for sharing!

about 17 hours ago ·