Answers for "how to create a alias in ubuntu"

4

create alias ubuntu

sudo nano ~/.bashrc

#at the end of the file, add your alias
alias name_of_alias="your_command"
#save the file

source ~/.bashrc
Posted by: Guest on May-06-2021

Code answers related to "how to create a alias in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language