skypaladin 发表于 2016-1-1 15:21:09

Mac OS用终端打开 TextEdit 的授命

  Mac OS用终端打开 TextEdit 的指令
  打开终端,输入:sudo open -a TextEdit.app /编辑文件路径
  
  如编辑hosts文件:
  

sudo open -a TextEdit.app /private/etc/hosts
页: [1]
查看完整版本: Mac OS用终端打开 TextEdit 的授命