Horje
bash alias Code Example
bash alias
# open .bashrc to add your alias
nano ~/.bashrc
# add your alias
alias alias_name="command_to_run"
# activate the alias for the session
source ~/.bashrc




Shell

Related
how to add a gif to a readme Code Example how to add a gif to a readme Code Example
git remove file from cache Code Example git remove file from cache Code Example
como instalar visual studio code en ubuntu 20.04 Code Example como instalar visual studio code en ubuntu 20.04 Code Example
bash exit code status last command Code Example bash exit code status last command Code Example
how to generate ssh key in ubuntu Code Example how to generate ssh key in ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10