Hacker News new | ask | show | jobs
by latexr 1919 days ago
1. `defaults read > file_a`.

2. Change setting via GUI.

3. `defaults read > file_b`.

4. `diff file_a file_b`.

If you already know the domain you want to change (like the bundle ID of a specific app), add it after `read`.