Bash aliases are more than shortcuts
tech-couch.com
Bash aliases are more than shortcuts
1–2 of 2 posts
Re: Bash aliases are more than shortcuts
#2Bash 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.