md results

This commit is contained in:
Luca Conte 2023-09-27 11:37:09 +02:00
parent d28f162f79
commit e7f3add188
1 changed files with 14 additions and 2 deletions

View File

@ -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
```