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.
$strという文字列があるとします。$str を編集して、その中のすべてのスペースがアンダースコアに置き換えられるようにします。
例
a="hello world"
最終出力が欲しい
echo "$a"
hello_worldになる