mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
latest updates and additions
This commit is contained in:
3
bin/biggest-files
Executable file
3
bin/biggest-files
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/local/bin/nu
|
||||
|
||||
ls **/* | where type == File | sort-by size | reverse | keep 10
|
Reference in New Issue
Block a user