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