Skip to content

Releases: abhishekkr/bff

allow listing of dir above size limit

25 Aug 01:51
Compare
Choose a tag to compare

BFF now allows listing of dir above size limit, shows error info if added switch -debug.

  • list directories also which have total size above limit, even if individual file escape the check
bff -dir -path ~/Downloads -minsize 1500
  • if listing is erroneous, get to see more info using -debug switch as
bff -dir -path ~/Downloads -minsize 1500 -debug

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

24 Aug 05:53
Compare
Choose a tag to compare

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