ISODIR.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. ISODIR(1)                 Minix Programmer's Manual                  ISODIR(1)
  2. NAME
  3.      isodir - list ISO9660 or High Sierra directories
  4. SYNOPSIS
  5.      isodir -[lr] input_file [dir]
  6. DESCRIPTION
  7.      Isodir reads directories on a file system in ISO9660 or High Sierra Group
  8.      format  (usually  residing on cdrom) and lists their contents on standard
  9.      output.  Directory names should contain slashes to  separate  components.
  10.      The names isodir, isoread, and isoinfo are all links to the same program.
  11.      The program sees which function to perform by looking how it was called.
  12.      -l   Lists all info on files and directories (size, date, time)
  13.      -r   Recursively descend and print subdirectories
  14. BUGS
  15.      Only Interchange level-1  is  supported.  The  Red  Rock  extensions  and
  16.      Interchange level-2 are not implemented.
  17. SEE ALSO
  18.      isoread(1), isoinfo(1).
  19. AUTHOR
  20.      Michel R. Prevenier (mrpreve@cs.vu.nl)
  21.                                                                              1