El día Monday, August 24, 2009 a las 10:25:02AM +0200, Matthias Apitz escribió:

> 
> Hello,
> 
> Is there a way to retrieve visited URL's from the file
> .kde/share/apps/konqueror/konq_history ?
> In KDE 3.5.10 it appears to be data and not even strings(1) can extract
> something usefull:
> 
> # file .kde/share/apps/konqueror/konq_history
> .kde/share/apps/konqueror/konq_history: data
> 
> Thx

I have had a closer look into the file and with somethink like:

$ tr -d "\000" < konq_history | strings | fgrep ...

you will find what you are looking for;

HIH

        matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[email protected]> - w http://www.unixarea.de/
Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to