Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「cd ..」はスペースなしで機能しなくなりました。
以前は「cd ..」と入力していましたが、最後の更新以降は「cd ..」のみが機能し、次のようにスローされます。
zsh: command not found: cd..
どうすれば元に戻せますか?
ありがとうございました。
エイリアスを作成できます
alias cd..="cd .."