ll alias: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
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"
 
David (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Debian =
<pre>
<pre>
vi /root/.profile
vi /root/.profile
Line 4: Line 5:


Add the following line
Add the following line
<pre>
<pre>alias ll="ls -lav --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\""</pre>
alias ll="ls -la --color --group-directories-first --time-style=\"+%Y-%m-%d %H:%M\""
</pre>


[[Category : Linux]]
[[Category : Debian]]

Latest revision as of 07:52, 22 May 2025

Debian

vi /root/.profile

Add the following line

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