mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8a98df1fd5
PR: 218092 Reported by: asomers
9 lines
407 B
Plaintext
9 lines
407 B
Plaintext
The tmpwatch utility recursively searches through specified
|
|
directories and removes files which have not been accessed in a
|
|
specified period of time. Tmpwatch is normally used to clean up
|
|
directories which are used for temporarily holding files (for example,
|
|
/tmp). Tmpwatch ignores symlinks, won't switch filesystems and only
|
|
removes empty directories and regular files.
|
|
|
|
WWW: https://pagure.io/tmpwatch
|