This post lists the commands to find files updated less than 3 minutes ago or less than 10 minutes ago anywhere under the current directory.
To find a file that was updated less than 3 minutes ago on Linux type:
To find a file that was updated less than 10 minutes ago type:
One place this is useful is when working with Yocto. Yocto writes out log files as it works. Running this command allows you to see which files got updated or generated after your last build command.
References