On Tue, 11 Nov 2025 07:22:33 -0600, Scott McLeod wrote:

>find ... -newer referencefile 
>
Thanks.  I settled on:
    # Delete recent products.
    find . -depth \( -type f -o -type d -links 2 \) \
        -newer refdate -ls -delete

There are some Warnings that make it tricky.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to