Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2912

ターミナルのコマンドを省略してうてるようにする方法

$
0
0
初回設定 .bashrcファイルを編集 .bash_profileを編集 変更を反映 .bashrcファイルを編集 以下のように追記 .bashrc ・ ・ alias 省略名="コマンド" # ex) alias gopro="ssh -i ~/.ssh/sample.pem ec2-user@12.34.567.890" .bash_profileを編集 以下のように追記 .bash_profile ・ ・ source .bashrc 変更を反映 terminal $ source ~/.bash_profile 2回目移行 bashrcファイルを編集 変更を反映 上記を参考

Viewing all articles
Browse latest Browse all 2912

Trending Articles