how to run recursively diff command for comparing files of file size more than 2GB in solaris?
feedback
|
|
In Solaris diff is largefile safe but not largefile aware so it can't handle files >2Gb. Solaris has the bdiff command that may help you. | |||||||||
feedback
|