31 Oct
2022
31 Oct
'22
02:53
On Sun, 30 Oct 2022 16:57:03 -0400, James Knott <james.knott@jknott.net> wrote:
On 2022-10-30 16:35, Knurpht-openSUSE wrote:
knurpht@localhost:~/.config/chromium/Default> locate -i login | grep chromium /home/knurpht/.config/chromium/Default/Login Data /home/knurpht/.config/chromium/Default/Login Data For Account /home/knurpht/.config/chromium/Default/Login Data For Account-journal /home/knurpht/.config/chromium/Default/Login Data-journal
I see several familiar sites in Login Data, but not the one I'm looking for, even though I searched with grep.
Try: locate -i login | grep -i chrom Or (don't hold your breath): cd && nice find .??* -type f -exec file {} + |grep -i sqlite Find it somewhere. -- Robert Webb