osx/*: update page (#7665)
This commit is contained in:

committed by
GitHub

parent
b1326296cd
commit
692469016e
@@ -5,19 +5,19 @@
|
||||
|
||||
- Read system defaults for an application option:
|
||||
|
||||
`defaults read {{application}} {{option}}`
|
||||
`defaults read "{{application}}" "{{option}}"`
|
||||
|
||||
- Read default values for an application option:
|
||||
|
||||
`defaults read -app {{application}} {{option}}`
|
||||
`defaults read -app "{{application}}" "{{option}}"`
|
||||
|
||||
- Search for a keyword in domain names, keys, and values:
|
||||
|
||||
`defaults find {{keyword}}`
|
||||
`defaults find "{{keyword}}"`
|
||||
|
||||
- Write the default value of an application option:
|
||||
|
||||
`defaults write {{application}} {{option}} {{-type}} {{value}}`
|
||||
`defaults write "{{application}}" "{{option}}" {{-type}} {{value}}`
|
||||
|
||||
- Speed up Mission Control animations:
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
|
||||
- Delete all defaults of an application:
|
||||
|
||||
`defaults delete {{application}}`
|
||||
`defaults delete "{{application}}"`
|
||||
|
Reference in New Issue
Block a user