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.
このスクリプトを for ループに入れる準備をしようとしています。
#!/bin/ksh variable=40 x="able" y=\$vari$x echo $y
これに対する出力は次のとおりです。
$variable
それはほとんどそこにあります。私はいくつかの解決策を探しましたが、ほとんどの場合、変数を使用して別の変数を呼び出すのではなく、2 つの変数をまとめることを中心に展開しているように見えました。とりとめのないことを願っています