20 lines
149 B
Markdown
20 lines
149 B
Markdown
diff :
|
|
|
|
|
|
```bash
|
|
diff file1 file2
|
|
```
|
|
|
|
```bash
|
|
diff -y file1 file2
|
|
```
|
|
|
|
```bash
|
|
diff -u file1 file2
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
diff -u file1 file2 > diffrent
|
|
``` |