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
Written by Andrew Hunter
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#