@@ -7,16 +7,16 @@ Compare tools for directory and files.
77* Compare the two files or directories are different
88` sumdiff diff <path1> <path2> `
99
10- - Example1:
10+ Example1:
1111``` shell
1212sumdiff diff test_data/a.txt test_data/b.txt
1313```
14- Output :
14+ Output1 :
1515``` text
1616true
1717```
1818
19- - Example2:
19+ Example2:
2020``` shell
2121sumdiff diff test_data/c.txt test_data/d.txt
2222```
2929* Compare the two file or directory differences
3030 ` sumdiff diff <path1> <path2> `
3131
32- - Example:
32+ Example:
3333``` shell
3434sumdiff cmp test_data/data1 test_data/data3
3535```
5050Calculate the MD5 hexadecimal value of the files or directories
5151` sumdiff md5 <path1> [<path2>] [<path3>] ... `
5252
53- - Example:
53+ Example:
5454``` shell
5555sumdiff md5 test_data/a.txt
5656```
@@ -67,7 +67,7 @@ Output:
6767Calculate the MD5 hexadecimal value of the files or directories
6868` sumdiff sha1 <path1> [<path2>] [<path3>] ... `
6969
70- - Example:
70+ Example:
7171``` shell
7272sumdiff sha1 test_data/data1
7373```
@@ -84,7 +84,7 @@ Output:
8484## ` Sha256 ` - Get SHA256 hash value
8585` sumdiff sha256 <path1> [<path2>] [<path3>] ... `
8686
87- - Example:
87+ Example:
8888``` shell
8989sumdiff sha256 test_data/a.txt test_data/c.txt
9090```
@@ -102,7 +102,7 @@ Output:
102102Calculate the hash(md5|sha1|sha256|sha512) value of a file or directory
103103` sumdiff hash <md5|sha1|sha256|sha512> <path1> [<path2>] [<path3>] ... `
104104
105- - Example:
105+ Example:
106106``` shell
107107sumdiff hash sha512 test_data/a.txt
108108```
0 commit comments