Explorar o código

cmp: add page

Hayden Schiff %!s(int64=9) %!d(string=hai) anos
pai
achega
eb5d016e4a
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      pages/common/cmp.md

+ 11 - 0
pages/common/cmp.md

@@ -0,0 +1,11 @@
+# cmp
+
+> Compare two files.
+
+- Find the byte number and line number of the first difference between the files:
+
+`cmp {{file1}} {{file2}}`
+
+- Find the byte number and differing bytes of every difference:
+
+`cmp -l {{file1}} {{file2}}`