Skip to content

joshbenham/bin

Repository files navigation

BIN

Installation

# grab the repo
$ git clone --depth 1 git@github.com:joshbenham/bin.git ~/bin

Scripts

Find duplicate files

# find duplicates of a file in a directory and all its subdirectories
$ dupes /home/user/images

# to find out exactly how many duplicates there are
$ dupes /home/user/images | wc -l

About

Personal scripts that help me on a day to day basis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published