From 9da6c44d672ec90bce0fcc32ae2e57822792c582 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 20 Nov 2018 09:07:03 +0000 Subject: [PATCH] comp: add wildcard sets as an example --- pages/windows/comp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/windows/comp.md b/pages/windows/comp.md index e9758cee3e..44e45d280f 100644 --- a/pages/windows/comp.md +++ b/pages/windows/comp.md @@ -11,6 +11,10 @@ `comp {{path/to/file_1}} {{path/to/file_2}}` +- Compare two sets of files: + +`comp {{path/to/directory_1/*}} {{path/to/directory_2/*}}` + - Display differences in decimal format: `comp /d {{path/to/file_1}} {{path/to/file_2}}`