sugoi/checkfiles.sh

2 lines
61 B
Bash
Raw Permalink Normal View History

2021-06-22 19:30:58 +00:00
#! /bin/sh
find /path/to/files/ -mmin +1440 -exec rm -f {} \;