Sunday, August 2, 2015

Create Alias Command in Bash

alias ll='ls -lahG'
  1. Put the following in you .bashrc or .bash_profile in you root/home directory:   alias ll='ls -lahG'
  2. Restart Terminal


No comments: