I have 20 years of work on my USB and I want to clean up .git
files. I ran this command in the terminal:
sudo find . | grep .git | xargs rm -rf
When I look in Finder I was shocked: all my projects were gone. Structure under different folders was gone. Everything was deleted. Only two folders were left from more then 30 that were originally there. I check free space and it was 860 GB free. The USB is mounted under /_BACKUP_/DATA/
Can anybody help me to recover files under same structure and filenames?