How to delete files older than a specific number of minutes
Re: Use BASH to delete files older than so many minutes When working with temporary files it is often good housekeeping to clear (delete) files older than a specific number of minutes. Use the following in bash command to achieve…