how do I remove files from certain date?? 2025-04-02 I want to remove all files in a certain directory that has a file date of xx.xx.02, anyone know how I can do this on a mass level? e.g. rm -rf -d11.20.2001 *.* ?? please help.. thanks