Alias command
Group various commands with options for reuse in one single command.
example
This command will alias the "ls" command to clear the shell, display the current path and list all the files with options
alias ls=clear && pwd && ls -lashF