Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
TREECMP.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH TREECMP 1
- .SH NAME
- treecmp - recursively list differences in two directory trees
- .SH SYNOPSIS
- fBtreecmpfR [fB-cvfR] fIolddir newdirfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-c" "(changes) list the names of changed or new files"
- .FL "-v" "(verbose) list all directories processed"
- .SH EXAMPLES
- .EX "treecmp -v /usr/ast/V1 /usr/ast/V2" "Compare two trees"
- .SH DESCRIPTION
- .PP
- fITreecmpfR 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. Otherwise, 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 fB-cfR flag is given, only files that are changed from the old
- version or are new (i.e., absent in the old version) are listed.