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.
これら2つの違いは何ですか?例:
$ echo $((1+1)) 2 $ echo $[1+1] 2
ここの第 10 章、セクション 2 に示されているとおりです。
$[expression]同じことを達成するために、非推奨の構文です。
$[expression]