opensolaris man page for dumpsexp

Query: dumpsexp

OS: opensolaris

Section: 1

Links: opensolaris man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

dumpsexp(1)							   User Commands						       dumpsexp(1)

NAME
dumpsexp - A debug tool for S-expressions
SYNOPSIS
dumpsexp [--decimal] [--assume-hex] [--verbose] [--version] [--help] [filename]
DESCRIPTION
dumpsexp is a tool help debug S-expressions.
OPTIONS
The following options are supported: --decimal Print offsets using decimal notation. --assume-hex Assume input is a hex dump --verbose Show what we are doing. --version Print version of the program and exit --help Display help text.
OPERANDS
The following operands are supported: filename The name of the file which contains S-expressions.
EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure
FILES
The following files are used by this application: /usr/bin/dumpsexp Executable for dumpsexp
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibgcrypt-devel | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+
SEE ALSO
libgcrypt(3), libgcrypt-config(1), attributes(5) Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 31 Jul 2008 dumpsexp(1)
Related Man Pages
dumpsexp(1) - opensolaris
gnome-keyring-daemon(1) - opensolaris
gpg-error-config(1) - opensolaris
esdplay(1) - netbsd
esdplay(1) - mojave
Similar Topics in the Unix Linux Community
libmatheval 1.1.6 (Default branch)
How to convert a file containing hex code to decimal using script?
Convert hex to decimal
Converting decimal to hex
How to replace with "sed" some hex values by other hex values?