Skip to content

Instantly share code, notes, and snippets.

@jvmvik
Last active January 26, 2021 21:06
Show Gist options
  • Select an option

  • Save jvmvik/dba1ef3fcc49dcd2a415069729b59eb2 to your computer and use it in GitHub Desktop.

Select an option

Save jvmvik/dba1ef3fcc49dcd2a415069729b59eb2 to your computer and use it in GitHub Desktop.
File, images, management...

Search for file duplicates.

$> fdupes

Find file > 10M

$> find . -type f -size +10M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment