Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
find all files bigger than a size in MB under a dir source code.tar.gz | 2020-08-24 | 2.8 kB | |
find all files bigger than a size in MB under a dir source code.zip | 2020-08-24 | 3.4 kB | |
README.md | 2020-08-24 | 496 Bytes | |
bff-windows-amd64 | 2020-08-24 | 2.5 MB | |
bff-darwin-amd64 | 2020-08-24 | 2.3 MB | |
bff-linux-amd64 | 2020-08-24 | 2.4 MB | |
Totals: 6 Items | 7.2 MB | 0 |
It's your BFF, Big File Finder.
A simple straight forward program to do just one thing, find all files bigger than a size in MB under a dir
.
Usage
- syntax
bff -path <PATH TO SCAN> -minsize <FILE ABOVE SIZE IN MB>
Example
-
check for all file size under
~/Downloads
with size greater than 750MBbff -path ~/Downloads -minsize 750
-
check for all file size under
~/Downloads
with size greater than 1GBbff -path ~/Downloads -minsize 1024