SYNTAX

    dump [options] [<file_name>] ...


OPTIONS

-h (--help) bool

Display help.

-b (--binary) bool

Read from stdin in binary mode. This prevents the console from intercepting escape sequences. Only has an effect if no filenames are specified.

-B (--old-binary-option) bool

Same as -b. Kept for compatibility.


ARGUMENTS

[<file_name>]

The name of the file to dump. If not specified, stdin is dumped. Can be specified more than once. [filename(s)]


DESCRIPTION

Write a hex and ASCII representation of the contents of a file to stdout.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.