latest updates and additions

This commit is contained in:
Noah Masur
2020-11-10 18:14:36 -05:00
parent 5e6182a20b
commit 4871138e0a
8 changed files with 25 additions and 15 deletions

3
bin/biggest-files Executable file
View File

@ -0,0 +1,3 @@
#!/usr/local/bin/nu
ls **/* | where type == File | sort-by size | reverse | keep 10