mtime

  1. octopus

    How to remove one day old file....

    I have tried to remove file as is age of 1 day or more old. Tried this: find /jffs/scripts/file_to_remove -name "file_to_remove" -mtime +1 -exec rm -f '{}' \; but -mtime +1 doesn't recognise and don't remove mention file. Is -mtime a valid command in 384.15_alpha1? Modification time (-mtime)...
Back
Top