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 $MYUSR >>>bin/start.sh -t
どうすれば設定できますか?私はbashシェルを使用しています。
よろしくお願いします
明らかなことの何が問題になっていますか?
alias example='cd $MYUSR ; ./bin/start.sh -t'
永続的にするには、 ~/.bashrc に追加できます