git doc : update git docuemnt (not cleaned)
This commit is contained in:
20
Linux/Basic Administration/30-diff.md
Normal file
20
Linux/Basic Administration/30-diff.md
Normal file
@@ -0,0 +1,20 @@
|
||||
diff :
|
||||
|
||||
|
||||
```bash
|
||||
diff file1 file2
|
||||
```
|
||||
|
||||
```bash
|
||||
diff -y file1 file2
|
||||
```
|
||||
|
||||
```bash
|
||||
diff -u file1 file2
|
||||
```
|
||||
|
||||
|
||||
|
||||
```bash
|
||||
diff -u file1 file2 > diffrent
|
||||
```
|
||||
Reference in New Issue
Block a user