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.
このようなコード行は何をしますか?
if ("$MY_VARIABLE" == "some_string") ...
それは、cshが変数を比較と割り当てのための文字列として解釈する方法ですか?
引用符は、変数が空白で複数の部分に分割されるのではなく、スペースをそのままにして単一の引数として展開されることを意味します。