update
This commit is contained in:
parent
1ff13a8f4a
commit
93bba53dae
1 changed files with 3 additions and 0 deletions
3
sizes
Executable file
3
sizes
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
find . -maxdepth 1 -mindepth 1 -print0 | xargs -0 du -sh | sort -h
|
||||
Loading…
Reference in a new issue