1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Merge pull request #87 from Yethal/patch-2

This commit is contained in:
Darren Schroeder 2021-08-09 15:40:53 -05:00 committed by GitHub
commit 43acc8416c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
## show directory sizes in current directory starting from the largest
ls|where type == Dir|each {du $it.name}|sort-by apparent|reverse|format filesize apparent GB