Query: treecmp
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TREECMP(1) General Commands Manual TREECMP(1)NAMEtreecmp - recursively list differences in two directory treesSYNOPSIStreecmp [-cv] olddir newdirOPTIONS-c (changes) list the names of changed or new files -v (verbose) list all directories processedEXAMPLEStreecmp -v /usr/ast/V1 /usr/ast/V2 # Compare two treesDESCRIPTIONTreecmp recursively descends the directory tree of its second argument and compares all files to those at the corresponding position in the first argument. If the two trees are identical, i.e., all the corresponding directories and files are the same, there is no output. Oth- erwise, a list of files missing from one of the trees or present in both but whose contents are not identical in both are printed. When the -c flag is given, only files that are changed from the old version or are new (i.e., absent in the old version) are listed. TREECMP(1)
Related Man Pages |
---|
vmsprep(1) - bsd |
dh_linktree(1) - debian |
hardlink(1) - centos |
ls(1) - minix |
dircmp(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Study UNIX Kernel |
Just getting started with UNIX programming and administration |