ll alias: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= Debian = | = Debian = | ||
<pre> | <pre> | ||
Line 21: | 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 - | |||
</pre> | |||
[[Category : | [[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\""