| Title: | AMIGA NOTES |
| Notice: | Join us in the *NEW* conference - HYDRA::AMIGA_V2 |
| Moderator: | HYDRA::MOORE |
| Created: | Sat Apr 26 1986 |
| Last Modified: | Wed Feb 05 1992 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 5378 |
| Total number of notes: | 38326 |
I've looked unsucessfully so it's time to ask. Anyone aware of a DUMP
program on the Amiga similar to DUMP on the VAX? I want a way to get
a hardcopy look at some files. Right now I use NewZap and do screen
dumps to my printer. Cumbersome but it does the job. I'm essentially
looking for a little more sophisticated way to do the same thing.
Thanks
Frank
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3823.1 | TYPE OPT H | SAUTER::SAUTER | John Sauter | Mon Jun 04 1990 09:14 | 3 |
Try TYPE OPT H. It's not more sophisticated, but may do what you want.
(Apologies if I've misremembered the syntax.)
John Sauter
| |||||
| 3823.2 | >< | AYOV28::ATHOMSON | C'mon, git aff! /The Kelty Clippie | Mon Jun 04 1990 09:37 | 8 |
Use it like this:
1> type >prt: filename opt h
which will give both hex and ascii similar to dump on VMS.
Alan T.
| |||||
| 3823.3 | Use an ALIAS | GIDDAY::LAWSON | Mon Jun 04 1990 18:23 | 15 | |
...or use an alias-
"alias dump type [] opt h"
put this in your shell-boot (or shell-startup... not sure which one as
I'm at work, but it's readily identifiable when you look in)
to use:
"dump foo.bar"
howzat!
Glenn.
| |||||