home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / DumpFile < prev    next >
Encoding:
Text File  |  1990-07-19  |  919 b   |  17 lines  |  [TEXT/pdos]

  1. DumpFile [option...] filename >dump >&progres
  2.  
  3. This utility will dump the contents of any files' resource and/or data fork.
  4. The file is dumped as both hexadecimal codes and the equivalent ASCII
  5. characters (unless modified by command line options).
  6.  
  7.     -rf                 # diplay the resource fork of the file.
  8.                           (default is data fork)
  9.     -bf                 # display both forks of the file
  10.     -a                  # suppress display of ASCII character values.
  11.     -h                  # suppress display of hexadecimal characters.
  12.     -o                  # suppress display of file offsets
  13.     -w nn               # width - display nn bytes on each line of output.
  14.     -g nn               # group nn bytes together without intervening spaces.
  15.     -p                  # write progress information to diagnostic output
  16.     -r byte1[,byteN]    # display only the byte range from byte1 to byteN
  17.