[フレーム]
Last Updated: August 13, 2025
·
4.357K
· 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!

1 day ago ·

AltStyle によって変換されたページ (->オリジナル) /