I have following linux command.
find ${MOUNT_POINT} -type f -name "VM*" -newer $SENTFILE -print0 | xargs -0 -i cp {} ${TMP_DIR}
I am having difficulty understanding the option -newer $SENTFILE. Could anybody explain this option?
From man find:
-newer file
    File  was  modified  more recently than file.  If file is a sym‐
    bolic link and the -H option or the -L option is in effect,  the
    modification time of the file it points to is always used.
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With