ll alias

From KlavoWiki
Revision as of 11:31, 12 March 2014 by David (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
vi /root/.profile

Add the following line

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