cc_staff
1,483
edits
No edit summary |
|||
Line 59: | Line 59: | ||
It is possible that the find command will crawl through the directories in a different order resulting in a lot of false differences so you may need to run sort on both files before running diff such as: | It is possible that the find command will crawl through the directories in a different order resulting in a lot of false differences so you may need to run sort on both files before running diff such as: | ||
sort sha1-checksum-result-silo.log -o sha1-checksum-result-silo.log | sort sha1-checksum-result-silo.log -o sha1-checksum-result-silo.log | ||
sort sha1-checksum-dtn.log -o sha1-checksum-dtn.log | sort sha1-checksum-dtn.log -o sha1-checksum-dtn.log | ||
[[Category:Connecting]] | [[Category:Connecting]] |