ls : llll sort alphabetically.
This commit is contained in:
parent
b35c4f9fa7
commit
8591a2278c
|
@ -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.
|
||||||
|
|
Reference in a new issue