fsearch icon indicating copy to clipboard operation
fsearch copied to clipboard

List of files, that have changed during the last 10 minutes

Open Golddouble opened this issue 1 year ago • 2 comments

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.

Golddouble avatar Mar 18 '24 09:03 Golddouble

If you're okay with a CLI solution, I suggest fd's --changed-within 10min.

rieje avatar Mar 19 '24 19:03 rieje

Thank you for the hint:

I think for "/" better is: fd --changed-within 10min --exclude /sys --exclude /proc --exclude /run --exclude /dev

Golddouble avatar Mar 20 '24 22:03 Golddouble