This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################# | |
# delete-dupes.ps1 | |
# Removes duplicate files based on content hash (works with ANY file type) | |
# Test without deleting | |
#.\delete-dupes.ps1 -WhatIf | |
# | |
# Remove duplicates | |
#.\delete-dupes.ps1 | |
# | |
# Include subdirectories |