Uguu/checkfiles.sh
2020-11-18 13:04:23 +01:00

2 lines
61 B
Bash

#! /bin/sh
find /path/to/files/ -mmin +1440 -exec rm -f {} \;