Live data from Hacker News

Bash aliases are more than shortcuts

tech-couch.com

1–2 of 2 posts

Re: Bash aliases are more than shortcuts

#2
Bash aliases are an incredible productivity booster. Have for instance a small alias “f” for finding files, and some variations “f[letter]” for case sensitive/locations to be searched/exact matches. Whenever I find myself executing long commands again and again, I try either creating an alias, or a function or when needed a script.