Many changes
This commit is contained in:
3
scripts/shell/find-big-files.sh
Executable file
3
scripts/shell/find-big-files.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/env bash
|
||||
|
||||
fd . --size +10M --exec-batch exa --long --all --sort size --color=always --icons=always --ignore-glob desktop.ini | less --raw-control-chars
|
||||
Reference in New Issue
Block a user