Is it safe to delete AppData\Local\Temp? - Super User Some programs keep important files in there, surprisingly If you are interested in freeing some space I'd advise to only delete the files excluding those that were created in the last 24h or so, or the ones you know for sure aren't used by other programs, such as old installers from software you downloaded, etc
Get Last Modified Date of File in Linux - Super User Building off of @Adam Taylor 's comment in @phoops 's answer and @Sparhawk 's answer To specifically just get the date (using October 3, 2019 for examples because it was my last birthday)
How to download a complete website from the Internet Archive’s Wayback . . . As a note: archive org has added a rate limit which breaks most, if not all solutions to this post There are 2 pull requests to fix wayback_machine_downloader but there has been no work on that repo from the maintainer in around a year or so
How to get the date in a batch file in a predictable format? In a batch file I need to extract a month, day, year from the date command So I used the following, which essentially parses the Date command to extract its sub strings into a variable: set Day=