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.
私はこのようにスクリプトを設定しています。ループを使用してスイッチ名を出力したいと思います。
swn1="something" swn2="somethingelse" for (( i=1; i<="$ii"; i++ )) do echo "$swn$i " done
for loop を使用して swn を印刷する方法を教えてもらえますか?