Last Updated: March 12, 2025
·
4.294K
· 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