A Quick Guide on How to Use Bash Alias
This post cover the Bash builtin commands alias and unalias. You will often find Bash alias in a customized .bashrc to improve your shell command-line workflow.
alias ls="ls·updated Jan 2022·6 examples
How To Find Quickly A Bash Command Type?
Learn how to find out the type of a shell command and the definition of an alias or function by using the type or command Bash builtins.
type: usage:·updated Sep 2020·6 examples
