更新 src/alias.txt
This commit is contained in:
@@ -304,7 +304,6 @@ lst() {
|
|||||||
dir="${1:-.}"
|
dir="${1:-.}"
|
||||||
find "$dir" -type f | rev | cut -d"." -f1 | rev | sort | uniq -c
|
find "$dir" -type f | rev | cut -d"." -f1 | rev | sort | uniq -c
|
||||||
}
|
}
|
||||||
|
|
||||||
lsd() {
|
lsd() {
|
||||||
du -h --max-depth=1 $1 | sort -h
|
du -h --max-depth=1 $1 | sort -h
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user