sort: add -x hex sort feature back
[minix.git] / man / man1 / isodir.1
blobf2713a186bca4851cf65996a39a0b2367198649c
1 .TH ISODIR 1
2 .SH NAME
3 isodir \- list ISO9660 or High Sierra directories
4 .SH SYNOPSIS
5 \fBisodir\fP \-[\fBlr\fP] \fIinput_file\fP [\fIdir\fP]
6 .SH DESCRIPTION
7 \fBIsodir\fP reads directories on a file system in ISO9660 or High Sierra
8 Group format (usually residing on cdrom) and lists their contents on
9 standard output.  Directory names should contain slashes to separate
10 components. The names \fBisodir\fP, \fBisoread\fP, and \fBisoinfo\fP are all
11 links to the same program.  The program sees which function to perform by
12 looking how it was called.
13 .PP
14 .IP \-l 
15 Lists all info on files and directories (size, date, time)
16 .IP \-r 
17 Recursively descend and print subdirectories
18 .IP \-B
19 List the byte offset and size of a file or directory.  (Useful in scripts that
20 want to operate on an ISO image file.  To add a MINIX 3 partition table, for
21 instance.)
22 .SH "BUGS"
23 Only Interchange level-1 is supported. The Red Rock extensions and Interchange
24 level-2 are not implemented.
25 .SH "SEE ALSO"
26 .BR isoread (1),
27 .BR isoinfo (1).
28 .SH AUTHOR
29 Michel R. Prevenier (mrpreve@cs.vu.nl)