md results
This commit is contained in:
parent
d28f162f79
commit
e7f3add188
|
@ -1,5 +1,17 @@
|
|||
$ diff -s getrennt/world.o direkt/world.o
|
||||
Files getrennt/world.o and direkt/world.o are identical
|
||||
# Dateivergleiche
|
||||
|
||||
## .o Dateien
|
||||
```
|
||||
$ diff -s getrennt/world.o direkt/world.o
|
||||
|
||||
Files getrennt/world.o and direkt/world.o are identical
|
||||
```
|
||||
|
||||
## Executables
|
||||
|
||||
|
||||
```
|
||||
$ diff -s getrennt/world direkt/world
|
||||
|
||||
Files getrennt/world and direkt/world are identical
|
||||
```
|
Loading…
Reference in New Issue