macOS 사용자 애플리케이션 구성을 읽고 쓰기. 더 많은 정보: https://keith.github.io/xcode-man-pages/defaults.1.html.
defaults read "{{애플리케이션}}" "{{옵션}}"
defaults read -app "{{애플리케이션}}" "{{옵션}}"
defaults find "{{키워드}}"
defaults write "{{애플리케이션}}" "{{옵션}}" {{-타입}} {{값}}
defaults write com.apple.Dock expose-animation-duration -float 0.1
defaults delete "{{애플리케이션}}"