Skip to content

Instantly share code, notes, and snippets.

View g-flame's full-sized avatar
🌴
On vacation

G-flame g-flame

🌴
On vacation
View GitHub Profile
@g-flame
g-flame / delete-dupes.ps1
Created October 3, 2025 15:12
Removes duplicate files based on content hash (works with ANY file type) made with ps1
#################################################################################
# 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