Mac终端Terminal使用
生活随笔
收集整理的這篇文章主要介紹了
Mac终端Terminal使用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
一、system_profiler SPUSBDataType 查看Mac系統所有USB設備信息
二、[寫入內容到指定文件]
echo "0x1bbb" > ~/.android/adb_usb.ini(~/代表所有符合條件的上級目錄)
?三、[配置環境變量]
打開或創建配置環境變量文件
cd ~
touch .bash_profile
open -e .bash_profile (關鍵是這一句,直接用本文編輯器打開bash_profile,如果沒有會創建該文件)
source .bash_profile(更新剛配置的環境變量,使配置生效)
?以下是adb和gradle環境變量的配置
?
[Mac顯示隱藏文件夾]
defaults write com.apple.finder AppleShowAllFiles -bool true(顯示)
defaults write com.apple.finder AppleShowAllFiles -bool false(關閉)
(或者defaults write com.apple.finder AppleShowAllFiles? YES/NO)
轉載于:https://www.cnblogs.com/David-Young/p/5652033.html
總結
以上是生活随笔為你收集整理的Mac终端Terminal使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: centos 修改语言、时区
- 下一篇: 关于vue.js的部分总结