OD.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH OD 1
- .SH NAME
- od - octal dump
- .SH SYNOPSIS
- fBodfR [fB-bcdhoxfR]fR [fIfilefR] [ [fB+fR] fIoffsetfR [fB.fR][fBbfR]fR ]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-b" "Dump bytes in octal"
- .FL "-c" "Dump bytes as ASCII characters"
- .FL "-d" "Dump words in decimal"
- .FL "-h" "Print addresses in hex (default is octal)"
- .FL "-o" "Dump words in octal (default)"
- .FL "-v" "Verbose (list duplicate lines)"
- .FL "-x" "Dump words in hex"
- .SH EXAMPLES
- .EX "od -ox file" "Dump fIfilefP in octal and hex"
- .EX "od -d file +1000" "Dump fIfilefP starting at byte 01000"
- .EX "od -c file +10.b" "Dump fIfilefP starting at block 10"
- .SH DESCRIPTION
- .PP
- .I Od
- dumps a file in one or more formats.
- If fIfilefP is missing, fIstdinfR is dumped.
- The fIoffsetfP argument tells
- .I od
- to skip a certain number of bytes or blocks before starting.
- The offset is in octal bytes, unless it is followed by a
- &'.&' for decimal or fBbfP for blocks or both.