% JHOVE(1) Version 1.x | JHove documentation NAME ==== **jhove** — file format identification, validation & characterisation SYNOPSIS ======== **jhove** \[options] dir-file-or-uri **java -jar JhoveView.jar -c** java Jhove [-c config] [-m module] [-h handler] [-e encoding] [-H handler] [-o output] [-x saxclass] [-t tempdir] [-b bufsize] [-l loglevel] [[-krs] dir-file-or-uri [...]] -c config Configuration file pathname -m module Module name -h handler Output handler name (defaults to TEXT) -e encoding Character encoding used by output handler (defaults to UTF-8) -H handler About handler name -o output Output file pathname (defaults to standard output) -x saxclass SAX parser class (defaults to J2SE default) -t tempdir Temporary directory in which to create temporary files -b bufsize Buffer size for buffered I/O (defaults to J2SE 1.4 default) -l loglevel Logging level -k Calculate CRC32, MD5, and SHA-1 checksums -r Display raw data flags, not textual equivalents -s Format identification based on internal signatures only dir-file-or-uri Directory or file pathname or URI of formated content stream DESCRIPTION =========== Prints "Hello, _dedication_!" to the terminal. If no dedication is given, uses the default dedication. The default dedication is chosen by the following sequence: 1. Using the environment variable *DEFAULT_HELLO_DEDICATION* 2. Using the per-user configuration file, *~/.hellorc* 3. Using the system-wide configuration file, */etc/hello.conf* 4. Finally, using "world". ------- TO DELETE (But might provide clues on sections): ALSO: https://manpages.ubuntu.com/manpages/xenial/man1/jhove.1.html ./jhove -h Jhove (Rel. 1.25.0-SNAPSHOT, 2020-05-08) Date: 2020-05-13 17:12:24 EDT App: API: 1.25.0-SNAPSHOT, 2020-05-08 Configuration: /home/ross-spencer/jhove/conf/jhove.conf JhoveHome: /home/ross-spencer/jhove Encoding: utf-8 TempDirectory: /tmp BufferSize: 139999 Module: AIFF-hul 1.6.1 Module: ASCII-hul 1.4.1 Module: BYTESTREAM 1.4 Module: EPUB-ptc 1.0 Module: GIF-hul 1.4.2 Module: GZIP-kb 0.1 Module: HTML-hul 1.4.1 Module: JPEG-hul 1.5.2 Module: JPEG2000-hul 1.4.2 Module: PDF-hul 1.12.2 Module: PNG-gdm 1.0 Module: TIFF-hul 1.9.2 Module: UTF8-hul 1.7.1 Module: WARC-kb 1.0 Module: WAVE-hul 1.8.1 Module: XML-hul 1.5.1 OutputHandler: Audit 1.1 OutputHandler: JSON 1.0 OutputHandler: TEXT 1.6 OutputHandler: XML 1.9 Usage: java JHOVE [-c config] [-m module] [-h handler] [-e encoding] [-H handler] [-o output] [-x saxclass] [-t tempdir] [-b bufsize] [-l loglevel] [[-krs] dir-file-or-uri [...]] Rights: Derived from software Copyright 2004-2011 by the President and Fellows of Harvard College. Version 1.7 to 1.11 independently released. Version 1.12 onwards released by Open Preservation Foundation. Released under the GNU Lesser General Public License. ------- Options ------- -h, --help : Prints brief usage information. -o, --output : Outputs the greeting to the given filename. The file must be an **open(2)**able and **write(2)**able file. -v, --version : Prints the current version number. FILES ===== *~/.hellorc* : Per-user default dedication file. */etc/hello.conf* : Global default dedication file. ENVIRONMENT =========== **DEFAULT_HELLO_DEDICATION** : The default dedication if none is given. Has the highest precedence if a dedication is not supplied on the command line. BUGS ==== See GitHub Issues: <https://github.com/[owner]/[repo]/issues> AUTHOR ====== Foobar Goodprogrammer <foo@example.org> SEE ALSO ======== **hi(1)**, **hello(3)**, **hello.conf(4)**