ls
This commit is contained in:
parent
94b266d15a
commit
4469c2e5df
1 changed files with 6 additions and 5 deletions
|
@ -8,7 +8,8 @@ di=0;94\
|
||||||
|
|
||||||
# list current directory’s entries
|
# list current directory’s entries
|
||||||
#= l
|
#= l
|
||||||
a__ls() {
|
#| ls
|
||||||
|
rwx_ls() {
|
||||||
ls \
|
ls \
|
||||||
--all \
|
--all \
|
||||||
--color \
|
--color \
|
||||||
|
@ -20,16 +21,16 @@ a__ls() {
|
||||||
|
|
||||||
# list timestamps
|
# list timestamps
|
||||||
#= lt
|
#= lt
|
||||||
a__ls_time() {
|
rwx_ls_time() {
|
||||||
a__ls \
|
rwx_ls \
|
||||||
--time-style "+%Y%m%d-%H%M%S%-:::z" \
|
--time-style "+%Y%m%d-%H%M%S%-:::z" \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# list timestamps recent last
|
# list timestamps recent last
|
||||||
#= ltr
|
#= ltr
|
||||||
a__ls_time_reverse() {
|
rwx_ls_time_reverse() {
|
||||||
a__ls_time \
|
rwx_ls_time \
|
||||||
--reverse \
|
--reverse \
|
||||||
-t \
|
-t \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue