Horje
how to update alias in linux Code Example
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




Shell

Related
add gpg key to zsh .zprofile Code Example add gpg key to zsh .zprofile Code Example
bash compare two lists of checksums Code Example bash compare two lists of checksums Code Example
Could not create service of type FileHasher using BuildSessionServices.createFileHasher() Code Example Could not create service of type FileHasher using BuildSessionServices.createFileHasher() Code Example
double quotes inside double quotes bash Code Example double quotes inside double quotes bash Code Example
tmux how to scroll in history Code Example tmux how to scroll in history Code Example

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