Added diff git-style with color

This commit is contained in:
2022-02-07 14:30:03 +01:00
parent 6e736b1d77
commit c8bcd52d9e

View File

@@ -8,4 +8,12 @@ pv --rate-limit 1M </dev/zero | ssh user@example.net 'cat >/dev/null'
## Scripted creation of partitions
Link: https://wiki.ubuntuusers.de/gdisk/#sgdisk
Link: https://wiki.ubuntuusers.de/gdisk/#sgdisk
## diff git-style with color
```
diff --color -u file1 file2
```
(Source: [StackOverflow](https://stackoverflow.com/a/4857407))