Making note of this because I use it so often.  It is an easy way to find where configuration files are after making a change in a GUI.

Lists the last 10 recently edited files:


find . -type f -printf '%T@ %p\n' | sort -n | tail -10