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

ターミナルがbashで、command not foundになる時の対処方

$
0
0

bashになり、何かおかしい、、、
command not foundしか返答がない、、、

bash-3.2$ 
bash-3.2$ end
bash: end: command not found
bash-3.2$ no
bash: no: command not found
bash-3.2$ v
bash: v: command not found

そんな時は、

bash-3.2$ exit
exit
[name]MacBook-Pro:[name]$ 

exitと打つだけで元に戻ります!


Viewing all articles
Browse latest Browse all 2804

Trending Articles