Hacker News new | ask | show | jobs
by llimllib 6022 days ago
My favorite bash aliases:

alias aack="ack --all"

alias rack="ack --ruby --follow"

alias fack="ack --actionscript --follow"

alias jack="ack --js"

alias pack="ack --python"

(mentioned because aack would have prevented his searching problem)