Skip to content

find all files bigger than a size in MB under a dir

Compare
Choose a tag to compare
@abhishekkr abhishekkr released this 24 Aug 05:53
· 2 commits to master since this release

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 750MB
bff -path ~/Downloads -minsize 750
  • check for all file size under ~/Downloads with size greater than 1GB
bff -path ~/Downloads -minsize 1024