TRAVERSE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH TRAVERSE 1
- .SH NAME
- traverse - print directory tree under the named directory
- .SH SYNOPSIS
- fBtraverse fIdirfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH EXAMPLES
- .EX "traverse ." "Print tree starting at working dir"
- .SH DESCRIPTION
- .PP
- fITraversefR prints the tree structure starting at the named directory.
- All the subdirectories are listed, with the depth shown by indentation.
- .SH "SEE ALSO"
- .BR find (1),
- .BR ls (1).