Files
oam/knowledge base/diffpdf.md
2022-08-23 16:35:33 +02:00

12 lines
118 B
Markdown

# DiffPDF
## TL;DR
```sh
# Install it.
sudo pacman -S diffpdf
# Show differences visually.
diffpdf file1 file2
```