classiccmp.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
List overview
Download
thread
[cctalk] Re: Any RSX-11 fans able to identify file types?
Chuck Guzis
25 Jun 2023
25 Jun '23
2:24 p.m.
On 6/25/23 14:13, Jon Elson via cctalk wrote:
...
od -x is hex output of 16-bit words, od -d does 16-bit words as decimal, and so on.
I have a small bash script that looks like this: #! /bin/bash for x in $*; do hexdump -C $x | less; done --Chuck
0
0
Reply
Back to the thread
Back to the list