minix/minix/commands/isoread/isoread.1
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

28 lines
1 KiB
Groff

.TH ISOREAD 1
.SH NAME
isoread \- read a file in ISO9660 or High Sierra format
.SH SYNOPSIS
\fBisoread\fP \-[\fBa\fP] [\fIinput_file\fP] \fIfile\fP
.SH DESCRIPTION
\fBIsoread\fP reads a file in ISO9660 or High Sierra Group format (usually
residing on cdrom) and lists its contents on standard output. The file path
should contain slashes to separate components. The names \fBisodir\fP,
\fBisoread\fP, and \fBisoinfo\fP are all links to the same program. The
program sees which function to perform by looking how it was called.
.PP
.IP \-a
(ASCII) -- convert MS-DOS text files to UNIX-style text files by dropping
the ^M at the end of each line.
.IP \-B
List the byte offset and size of a file. (Useful in scripts that
want to operate on an ISO image file. To add a MINIX 3 partition table, for
instance.)
.SH "BUGS"
Only Interchange level-1 is supported. The Red Rock extensions and Interchange
level-2 are not implemented.
.SH "SEE ALSO"
.BR isodir (1),
.BR isoinfo (1).
.SH AUTHOR
Michel R. Prevenier (mrpreve@cs.vu.nl)