cat history.dat | sed -n "s/\(^.*\)\(http[^);]*\)\(.*\)/\2/p"

Of course, if they empty their history.dat file, this won't be of much help.
You could also run this through grep to weed out things like doubleclick and use the sort -u command to get rid of duplicates, etc.
Joel



Harry Giles wrote:


Is there a way to generate or retrieve a log of all web pages users on one computer have visited without logging on as that particular user? I need to be able to print them out, and you can't do that from Mozilla directly anyway.

Perhaps a file in the .mozilla folder?

TIA

Harry Gils

_______________________________________________
Linux-users mailing list
[EMAIL PROTECTED]
Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users




_______________________________________________ Linux-users mailing list [EMAIL PROTECTED] Unsubscribe/Suspend/Etc -> http://www.linux-sxs.org/mailman/listinfo/linux-users

Reply via email to