woof-CE icon indicating copy to clipboard operation
woof-CE copied to clipboard

Create fix-duplicates script

Open rizalmart opened this issue 1 year ago • 0 comments

This script replaces duplicate files with symlinks relative to the original file. This will reduce disk space consumed.

Example of reducing disk space: find /usr -type d | xargs -i fix-duplicates '{}'

rizalmart avatar Mar 21 '23 15:03 rizalmart