Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Comparing a directory on two hosts

Status
Not open for further replies.

rvickers

IS-IT--Management
Mar 1, 2005
16
US
I want to compare directories on two different hosts. The only command that I can come close is:
# rsh hostnew dircomp -s /bin /bin
Using this I am trying to compare the /bin directory on two hosts, one of which is named hostnew. Any ideas on how to distinguish the 2nd /bin as the oldhost?
 
I've never used dircomp, so I'm no use there.

You could look at rdist with the "-v" option. This will tell you what would be copied if you were inclined to copy.

gg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top