ls : llll sort alphabetically.

This commit is contained in:
Dmitry Voronin 2023-11-30 00:34:11 +03:00
parent b35c4f9fa7
commit 8591a2278c

View file

@ -32,7 +32,7 @@ lll()
# list files recursively. # list files recursively.
llll() llll()
{ {
ls -RlAhvt --si --group-directories-first "$@" ls -RlAhv --si --group-directories-first "$@"
} }
# list files alphabetically. # list files alphabetically.