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.
私は非常に簡単なことをしようとしています:
MYPATH=/path/I/want/to/go/to/ ... cd $MYPATH
ダメ。物事の周りの引用符のさまざまな順列を試しましたが、役に立たないようです。それで、これはどのように行われますか?
それはあなたが読むことができる既存のディレクトリですか?
cdディレクトリが存在しない可能性がある場合は、前にこれを追加することをお勧めします。
cd
mkdir -p $MYPATH