lt,ltt
This commit is contained in:
parent
df71c07296
commit
7918a3c336
1 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,20 @@ l() {
|
|||
--color \
|
||||
-l \
|
||||
-p \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# list timestamps
|
||||
lt() {
|
||||
l \
|
||||
--time-style "+%Y%m%d-%H%M%S%-:::z" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# list timestamps recent last
|
||||
ltt() {
|
||||
l \
|
||||
--reverse \
|
||||
-t \
|
||||
"${@}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue