programmieren-3-c/a1-3/diff.md

17 lines
256 B
Markdown

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