1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-02-24 16:02:02 +00:00
dotfiles/bin/biggest-files

4 lines
85 B
Plaintext
Raw Normal View History

2020-11-10 18:14:36 -05:00
#!/usr/local/bin/nu
ls **/* | where type == File | sort-by size | reverse | keep 10