table of contents
MORK(1) | User Contributed Perl Documentation | MORK(1) |
NAME¶
mork - a program for dumping Mozilla URL history files
USAGE¶
mork [--verbose] [--html] [--age secs] <filename>
The files are normally found at "$HOME/.mozilla/default/*.slt/history.dat"
COMMAND LINE OPTIONS¶
-v[v[v]]¶
Increase verbosity. With "-vv" it prints all the information known about each URL, including time of first visit, last visit, document title, etc.
--html¶
Produces HTML output instead of plain text
--age <age string>¶
With "--age 2H", it limits itself to URLs that were loaded within the last two hours. Likewise with "sec", "min", "day", "month", etc.
AUTHOR¶
Simon Wistow <simon@thegestalt.org>
based on
http://www.jwz.org/hacks/mork.pl
Created: 3-Mar-2004 by Jamie Zawinski, Anonymous, and Jacob Post.
COPYRIGHT¶
Copyright © 2004 Jamie Zawinski <jwz@jwz.org>
LICENSE¶
Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
SEE ALSO¶
File::Mork
POD ERRORS¶
Hey! The above document had some coding errors, which are explained below:
- Around line 254:
- Non-ASCII character seen before =encoding in '©'. Assuming CP1252
2016-06-02 | perl v5.40.0 |