Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: psycopg2 error 
Shell :: sudo apt-get install podman 
Shell :: how to install bun.sh 
Shell :: pip upgrade command 
Shell :: The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at Port 80 
Shell :: add upstream in git 
Shell :: how to clone a specific git tag 
Shell :: adonis js make seeder 
Shell :: ubuntu adduser 
Shell :: netcdf4 install conda 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: operator mono github 
Shell :: instal yay arch linux 
Shell :: How to change tab size on GitHub? 
Shell :: Disable MacBook from Booting Automatically 
Shell :: gitignore for django project 
Shell :: virtualbox mac install brew 
Shell :: git transfer changes to another branch 
Shell :: install sdkman 
Shell :: your github oauth token for github.com contains invalid characters 
Shell :: linux check if dir is mounted 
Shell :: how to upload laravel project on github using command 
Shell :: how to get powers 
Shell :: install live-server via npm 
Shell :: cordova: command not found 
Shell :: ubuntu mouse mover 
Shell :: how to know which shell is specified for linux 
Shell :: echo or cat into multiple files 
Shell :: catkin_make single package 
Shell :: Setfacl 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =