mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-21 23:56:25 +00:00
Merge branch 'main' of https://github.com/cupcakearmy/memoir
This commit is contained in:
commit
ea02c54864
12
docs/cli/diff.md
Normal file
12
docs/cli/diff.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
tags:
|
||||
- diff
|
||||
---
|
||||
|
||||
# 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.
|
Loading…
Reference in New Issue
Block a user