Skip to content

Commit

Permalink
Clean up README again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 6, 2013
1 parent 58c1e46 commit 10792bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ A place to centralize the great work [@mathiasbynens](http://mths.be/osx) did ga
Want to see *all*, and I mean **ALL** of the default values on your system?
Open up your command line and type the following:

```bash
```
defaults read > ~/defaults.txt
```

Just want the values for a specific application?
Just want the values for a specific application? No problem. Here's an example:

```bash
```
defaults read -app iTerm
```

Source: [Mac Developer Library](https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/defaults.1.html)

0 comments on commit 10792bd

Please sign in to comment.