We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b053069 commit 5946ad4Copy full SHA for 5946ad4
1 file changed
pages/bash/diff/index.html
@@ -16,6 +16,8 @@
16
<h2>See diff two files or two curls</h2>
17
<script type="editor" data-lang="sh">
18
19
+ // check project: https://github.com/stopsopa/select-component/tree/e45b733669fc53696d71c8f44d23de51fd24630b/diff
20
+
21
diff -qr --exclude=".git" --exclude="node_modules" [dir] [dir]
22
// that will print which files are different without details
23
// use this one to generally list different files
0 commit comments