28 lines
1 KiB
Groff
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 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)
|