Bash shell programming: comparing directories
Author |
Message |
deltatux
|
Posted: Sat Oct 25, 2008 7:08 pm Post subject: Bash shell programming: comparing directories |
|
|
Hi,
I've been tasked to create a bash shell script to compare directories and only list out the differences between the two directory.
Does anyone have any ideas or pointers of how to go about this problem?
deltatux |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Dan
|
|
|
|
|
btiffin
|
Posted: Sat Oct 25, 2008 8:36 pm Post subject: RE:Bash shell programming: comparing directories |
|
|
Or, some more hints
look into sort and uniq for old timer ways of attacking this one
Cheers |
|
|
|
|
|
|
|