Today I Learned Notes to self about software development

    WSL Woes

    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