Skip to content

Instantly share code, notes, and snippets.

@yingca1
Last active August 29, 2015 14:04
Show Gist options
  • Save yingca1/198fedbd6d22ab7b546f to your computer and use it in GitHub Desktop.
Save yingca1/198fedbd6d22ab7b546f to your computer and use it in GitHub Desktop.
mac command lines
mac 硬盘测速
time dd if=/dev/zero bs=1024k of=tstfile count=1024
time dd if=tstfile bs=1024k of=/dev/null count=1024
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment