>Usage
The alias command creates a shortcut or an alternative name for a command or a series of commands. It allows users to create simpler or customized versions of commands, making them faster and easier to type, to highlight keywords.
For example, with alias you could create a shortcut called "ll" for "ls -la" to quickly list files in a detailed format.
>Synopsis
alias [name]=['value']