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.
Perlの論理定義-ORに相当するBash演算子はありますか? 次のようなもの:
$a = $a // $b;
また
$a ||= $b;
「Assign Default Values」パラメータ拡張。
echo "${foo:=42}"