45
edits
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
The '''zimdump''' software is a console tool allowing to inspect the content of a ZIM file. | The '''zimdump''' software, [https://download.openzim.org/ included in zim-tools], is a console tool allowing to inspect the content of a ZIM file. | ||
<pre> | <pre> | ||
Line 11: | Line 11: | ||
-p print page | -p print page | ||
-f title find article | -f title find article | ||
-u url find article by url | |||
-t sort (and find) articles by title instead of url | |||
-l list articles | -l list articles | ||
-L list articles as table | |||
-o idx locate article by index | -o idx locate article by index | ||
-x print extra parameters | -x print extra parameters | ||
Line 39: | Line 42: | ||
== See also == | == See also == | ||
* [[zimwriterdb]] | * [[zimwriterdb]] | ||
* [[Git| | * [[Git|Source code repository]] | ||
* [[Releases]] | |||
* [[zimdiff]] |
edits