Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Golddouble opened this issue Mar 18, 2024 · 2 comments
Open

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

Golddouble opened this issue Mar 18, 2024 · 2 comments

Comments

@Golddouble
Copy link

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.

@rieje
Copy link

rieje commented Mar 19, 2024

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

@Golddouble
Copy link
Author

Thank you for the hint:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants