List of files, that have changed during the last 10 minutes
With the command dm:2024-03-18 I can find all files, that are changed on 2024-03-18.
But is there also a possibility to get a list of all files, that have changed during the last 10 minutes?
I need this for this purpose:
For example I want to configure my system by using the command sudo dpkg-reconfigure fontconfig-config .
To know, which config files were changed through this command I would like to use the possibility I have mentioned above.
If you're okay with a CLI solution, I suggest fd's --changed-within 10min.
Thank you for the hint:
I think for "/" better is:
fd --changed-within 10min --exclude /sys --exclude /proc --exclude /run --exclude /dev