Add LL command to MAC OS

Ever want to have the ll command  to view file permissions, ownership and other details in a terminal session. MacOS does not come with this command by default. It can be easily added though through an alias.

sudo nano .bash_profile

Add this line and then save your .bash_profile:

alias ll='ls -lG'

Leave a Reply

Your email address will not be published. Required fields are marked *