mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-10 01:40:39 +00:00
update to nextra 4
This commit is contained in:
7
content/cli/diff.md
Executable file
7
content/cli/diff.md
Executable file
@@ -0,0 +1,7 @@
|
||||
# See difference between files / directories
|
||||
|
||||
```bash
|
||||
diff -ry dir1 dir2
|
||||
```
|
||||
|
||||
The `-r` flag is to recurse into folders. The `-y` flag creates a side by side view, generally easier to read. `-q` Would only show what filenames changed.
|
Reference in New Issue
Block a user