ll alias: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "<pre> vi /root/.profile </pre> Add the following line <pre> alias ll="ls -la --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\"" </pre> Category : Linux")
(No difference)

Revision as of 11:31, 12 March 2014

vi /root/.profile

Add the following line

alias ll="ls -la --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\""