Monday, March 12, 2018

Some ready to use Alias for unix

alias g "gvim"
alias l "ll"
alias ll "ls -la"
alias p "pwd"
alias j "jobs"
alias k "kill %1"
alias ka "kill %1 %2 %3 %4"
alias h "history"
alias c "cd"
alias .. "cd .."
alias du "du -ch"
alias ff "find . -type f -iname"


Note - paste these alias in some source_me file or create new source_me
and use below command
source <file name>

No comments:

Post a Comment

Ethernet and more

Ethernet is a protocol under IEEE 802.33 standard User Datagram Protocol (UDP) UDP is a connectionless transport protocol. I...