mirror of
				https://github.com/xfarrow/dircomp.git
				synced 2025-06-05 21:49:19 +02:00 
			
		
		
		
	Merge branch 'main' of https://github.com/xfarrow/dircomp into main
This commit is contained in:
		| @@ -11,7 +11,7 @@ dircomp is a program for evaluating wether two directories are equivalent. | |||||||
| Two directories are equivalent if and only if these conditions apply: | Two directories are equivalent if and only if these conditions apply: | ||||||
| * They have the same number of files and folders; | * They have the same number of files and folders; | ||||||
| * For each file in a directory, there is the same file in the other. Two files are considered to be the same  | * For each file in a directory, there is the same file in the other. Two files are considered to be the same  | ||||||
| if they have the same name, including extension, and same content, evaluated through a checksum. | if they have the same name, including extension, and same content. | ||||||
| * For each folder in a directory, there is a folder with the same name in the other. | * For each folder in a directory, there is a folder with the same name in the other. | ||||||
|  |  | ||||||
| If the recursive option is applied, then another condition must hold true: | If the recursive option is applied, then another condition must hold true: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user