home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3cc72
)
Add TODO to consider using numfmt
author
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 16:41:20 +0000
(12:41 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Wed, 17 Apr 2019 16:41:20 +0000
(12:41 -0400)
lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_functions.sh
b/lib/login_functions.sh
index
c8b116d
..
8488f4f
100644
(file)
--- a/
lib/login_functions.sh
+++ b/
lib/login_functions.sh
@@
-1,4
+1,5
@@
# Top Disk-Using directories
+# TODO: Consider using numfmt instead of awk
tdu() {
du "$1" \
| sort -n -k 1 -r --parallel="$(nproc)" \
This page took
0.019689 seconds
and
4
git commands to generate.