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

操作系统开发

开发平台:

C/C++

  1. .TH TRAVERSE 1
  2. .SH NAME
  3. traverse - print directory tree under the named directory
  4. .SH SYNOPSIS
  5. fBtraverse fIdirfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "traverse ." "Print tree starting at working dir"
  19. .SH DESCRIPTION
  20. .PP
  21. fITraversefR prints the tree structure starting at the named directory. 
  22. All the subdirectories are listed, with the depth shown by indentation.
  23. .SH "SEE ALSO"
  24. .BR find (1),
  25. .BR ls (1).