Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

set alias in ubuntu

# First of all open terminal

Ctrl + Alt + T

# Open ~/.bash_aliases by running below command (~/.bash_aliases not ~/.bash_alias)
gedit ~/.bash_aliases 

# Add your alias and save 
alias name_of_alias="command you want to execute"

#close terminal
then open terminal again and check 
Source by vitux.com #
 
PREVIOUS NEXT
Tagged: #set #alias #ubuntu
ADD COMMENT
Topic
Name
2+4 =