Local File Deletion Scripts for UNIX and Windows systems
Each script has a "dry run" option to produce a list of files to be deleted. Run deletion scripts at your own risk.
Run as administrator (Win) or root (UNIX).
Documentation:
- forfiles: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/forfiles
- find:
man find
Please branch any specific changes for your own environment to avoid editing the original templates. Do not commit to master. If you're new to Github, please review: https://guides.github.com/introduction/flow/