this post was submitted on 23 Jun 2025
63 points (97.0% liked)
Linux
8038 readers
843 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It already comes with many distros and I can't live without
ll="ls -la"
alias ll='ls --group-directories-first --color=auto -lahF'
I set
l
tols -hal
alias l='ls -lahv --time-style +%Y-%m-%d\ %H:%M:%S'