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

操作系统开发

开发平台:

WINDOWS

  1. .TH TREECMP 1
  2. .SH NAME
  3. treecmp - recursively list differences in two directory trees
  4. .SH SYNOPSIS
  5. fBtreecmpfR [fB-cvfR] fIolddir newdirfR
  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 OPTIONS
  18. .FL "-c" "(changes) list the names of changed or new files"
  19. .FL "-v" "(verbose) list all directories processed"
  20. .SH EXAMPLES
  21. .EX "treecmp -v /usr/ast/V1 /usr/ast/V2" "Compare two trees"
  22. .SH DESCRIPTION
  23. .PP
  24. fITreecmpfR recursively descends the directory tree of its second
  25. argument and compares all files to those at the corresponding position in 
  26. the first argument.  
  27. If the two trees are identical, i.e., all the corresponding
  28. directories and files are the same, there is no output.  Otherwise, a list
  29. of files missing from one of the trees or present in both but whose contents
  30. are not identical in both are printed.
  31. When the fB-cfR flag is given, only files that are changed from the old
  32. version or are new (i.e., absent in the old version) are listed.