|
How can I print a message when a diff shows files match?
Hello all!
I'm writing a script using ksh that diffs two dirs that contain about 30 files, and writing the results on a logfile.
When files differ, it writes the difference with no problem, but I also need the script to write a message if no differences are found.
Thanks for the help!
|