Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to update alias in linux

vi ~/.bashrc
# add below lines in the file
alias l="ls -al"

#close the vim editor and run below command
source ~/.bashrc
 
PREVIOUS NEXT
Tagged: #update #alias #linux
ADD COMMENT
Topic
Name
1+8 =