mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
commit
c1481973ca
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +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
|
||||
ls -d|where type == Dir|sort-by size|reverse|format filesize apparent GB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue