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.
次のように、新しいディレクトリのディレクトリの作成と変更を確認し、エラーを出力する必要があります。
[ mkdir tmp && cd tmp ] || echo "error"
しかし、次のエラーが発生します。
[: missing `]'