無論是 Mac 仍是 Linux 命令,都是由英文單詞組成,只要稍微懂些英文,一般從命令名稱就能夠看出其功能。可是經常使用終端命令不少,不可能熟練掌握全部命令。下面就從網絡上總結了一些很是實用的 MacOS幾種經常使用的終端命令,分享給你們。網絡
蘋果系統使用技巧app
1: 顯示隱藏文件ide
defaults write com.apple.finder AppleShowAllFiles -bool YES && killall Finder
2: 改變截屏格式spa
defaults write com.apple.screencapture type jpg && killall SystemUIServer
3: 改變截屏文件名字:orm
defaults write com.apple.screencapture name hello
4: 改變截屏文件保存位置:blog
defaults write com.apple.screencapture location ~
5: 隱藏全部的桌面圖標it
defaults write com.apple.finder CreateDesktop -bool false && killall Finder
6: 給 Dock 欄加空io
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}' && killall Dock