WSL Woes
20 Mar 2025Whenever you copy/paste files from Windows to the Linux subsystem I always get these weird Zone Identifier files that I don’t want!
You can remove them all with this command:
find . -name "*:Zone.Identifier" -type f -delete
Whenever you copy/paste files from Windows to the Linux subsystem I always get these weird Zone Identifier files that I don’t want!
You can remove them all with this command:
find . -name "*:Zone.Identifier" -type f -delete