TRAVERSE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. TRAVERSE(1)               Minix Programmer's Manual                TRAVERSE(1)
  2. NAME
  3.      traverse - print directory tree under the named directory
  4. SYNOPSIS
  5.      traverse dir
  6. EXAMPLES
  7.      traverse .          # Print tree starting at working dir
  8. DESCRIPTION
  9.      Traverse prints the tree structure starting at the named  directory.  All
  10.      the subdirectories are listed, with the depth shown by indentation.
  11. SEE ALSO
  12.      find(1), ls(1).
  13.                                                                              1