OD.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH OD 1
  2. .SH NAME
  3. od - octal dump
  4. .SH SYNOPSIS
  5. fBodfR [fB-bcdhoxfR]fR [fIfilefR] [ [fB+fR] fIoffsetfR [fB.fR][fBbfR]fR ]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-b" "Dump bytes in octal"
  19. .FL "-c" "Dump bytes as ASCII characters"
  20. .FL "-d" "Dump words in decimal"
  21. .FL "-h" "Print addresses in hex (default is octal)"
  22. .FL "-o" "Dump words in octal (default)"
  23. .FL "-v" "Verbose (list duplicate lines)"
  24. .FL "-x" "Dump words in hex"
  25. .SH EXAMPLES
  26. .EX "od -ox file" "Dump fIfilefP in octal and hex"
  27. .EX "od -d file +1000" "Dump fIfilefP starting at byte 01000"
  28. .EX "od -c file +10.b" "Dump fIfilefP starting at block 10"
  29. .SH DESCRIPTION
  30. .PP
  31. .I Od
  32. dumps a file in one or more formats.
  33. If fIfilefP is missing, fIstdinfR is dumped.
  34. The fIoffsetfP argument tells
  35. .I od
  36. to skip a certain number of bytes or blocks before starting.
  37. The offset is in octal bytes, unless it is followed by a 
  38. &'.&' for decimal or fBbfP for blocks or both.