I want to transport a configuration from one user to another one. But I don't know in which file the program in question stores its configuration.
In order to find out where the configuration is stored, I want to change one setting of them and then look for any file which has changed in the last few minutes.
I know about find . -mmin -10 -ls
but there are quite a few in the output and I would like the result ordered by last change time. Unfortunately the date is somewhere in the middle of the ls
output of that command.