cmd
This commit is contained in:
parent
0cce49e919
commit
d82805ff38
28 changed files with 0 additions and 0 deletions
|
@ -1,29 +0,0 @@
|
|||
export LS_COLORS="\
|
||||
di=0;94\
|
||||
"
|
||||
|
||||
# list current directory’s entries
|
||||
l() {
|
||||
ls \
|
||||
--all \
|
||||
--color \
|
||||
-l \
|
||||
-p \
|
||||
--time-style "+" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# list timestamps
|
||||
lt() {
|
||||
l \
|
||||
--time-style "+%Y%m%d-%H%M%S%-:::z" \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# list timestamps recent last
|
||||
ltt() {
|
||||
lt \
|
||||
--reverse \
|
||||
-t \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue