alias command in Linux, How to create and use alias command with examples
alias command is mainly used to define a new command (a shortcut name) for a single big command. It helps us to avoid repetitive long typing of commands. The shortcut name can be used as a substitute for a single big command because shortcut name will have same functionality as if we write the big […]
alias command in Linux, How to create and use alias command with examples Read More »