How to Make Your Own Commands in Linux Terminal
In linux you can rename commands. This feature is called an alias, and is used to create aliases for commands, making them easier to execute.
How do I create an alias?
The structure for creating an alias:
alias alias_name='command'
In this way, we c...
antoniosilva.hashnode.dev1 min read