mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
12 lines
118 B
Markdown
12 lines
118 B
Markdown
# DiffPDF
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
# Install it.
|
|
sudo pacman -S diffpdf
|
|
|
|
# Show differences visually.
|
|
diffpdf file1 file2
|
|
```
|