"locate" easier to use than "find"
On Mon, 21 Aug 2023, Hans wrote:
find .mozilla -name favicons.sqlite -ls
1512492 2144 -rw-r--r-- 1 myusername myusernama 2195456 Aug 21 13:29 .mozilla/firefox/gs0gkgv2.default/favicons.sqlite
1515049 260 -rw-r--r-- 1 myusername myusername 262144 Aug 18 22:36 .mozilla/firefox/th3dv2jy.default-1461749950404/favicons.sqlite
For me command "locate" is easier to use than "find":
rprice@titan ~ locate favicons.sqlite
/mnt/home/rprice/.mozilla/firefox/60mahk24.default-esr/favicons.sqlite
/mnt/home/rprice/.mozilla/firefox/60mahk24.default-esr/favicons.sqlite-wal
/mnt/home/rprice/.mozilla/firefox/sehco4n9.default/favicons.sqlite
/mnt/home/rprice/.mozilla/firefox/sehco4n9.default/favicons.sqlite-shm
/mnt/home/rprice/.mozilla/firefox/sehco4n9.default/favicons.sqlite-wal
rprice@titan ~ inxi -S
System: Host: titan Kernel: 5.10.0-15-amd64 x86_64 bits: 64 Desktop: Xfce 4.16.0 Distro: Debian GNU/Linux 11 (bullseye)
Roger
Reply to: