65
Share a script/alias you use a lot
(lemmy.world)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
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'