$ 0 0 入力値 ・パターン1(文字列) 入力 入力例1 abcdefg #!/bin/bash # 取得方法(read 変数)で取得できる。 read s # 出力 echo $s 出力結果 abcdefg ・パターン2(数値)※パターン1と同…