Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by vitux.com #
 
PREVIOUS NEXT
Tagged: #create #alias #ubuntu
ADD COMMENT
Topic
Name
9+7 =