|
# A1-3 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
|
|
``` |