把我以前抄下來的都丟一遍
http://goo.gl/MoX5
每一步執行完都要再執行
$ killall SystemUIServer
使之生效
1. 存檔格式:
$ defaults write com.apple.screencapture type <format>
<format>可以是png (default), pdf, jpg, jp2, gif, tif, bmp, pict, tga
2. 存檔路徑:
$ defaults write com.apple.screencapture location <path>
3. 檔名prefix:
$ defaults write com.apple.screencapture name <string>
後面都會自動加上" 2010-12-30 下午4.53.10.jpg"之類的戳記
※ 引述《brianzzy (B˙zzy)》之銘言:
: 如題,因為預設的儲存路徑是放在桌面
: 我想把它改到~/Library/Download
: 但是terminal不太會用,希望板友能給我更改這個項目的這串語法
: 感謝~
所以應該是
defaults write com.apple.screencapture location ~/Library/Download
--
It's nice to be important, but it's more important to be nice.
--
http://goo.gl/MoX5
每一步執行完都要再執行
$ killall SystemUIServer
使之生效
1. 存檔格式:
$ defaults write com.apple.screencapture type <format>
<format>可以是png (default), pdf, jpg, jp2, gif, tif, bmp, pict, tga
2. 存檔路徑:
$ defaults write com.apple.screencapture location <path>
3. 檔名prefix:
$ defaults write com.apple.screencapture name <string>
後面都會自動加上" 2010-12-30 下午4.53.10.jpg"之類的戳記
※ 引述《brianzzy (B˙zzy)》之銘言:
: 如題,因為預設的儲存路徑是放在桌面
: 我想把它改到~/Library/Download
: 但是terminal不太會用,希望板友能給我更改這個項目的這串語法
: 感謝~
所以應該是
defaults write com.apple.screencapture location ~/Library/Download
--
It's nice to be important, but it's more important to be nice.
--
All Comments