Last Updated: April 15, 2024
·
4.135K
· 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