On Thu, 23 Jan 2025, Russell Senior wrote: > You can look for files that might have changed, say, in the last 7 > days, in your home directory tree with something like this: > > find ~/ -type f -mtime -7 -printf "%T@ %p\n" | sort -n | less Russell, The results are all in the brave browser cache. Thanks, Rich