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 ループして数値と文字列を取得するシェル スクリプトがあります。ループ内で数値をテストしたい場合、ループオーバーされた変数を切り取って数値を取得できますか? たとえば、次のようなものです。
for line in input do num=`cut -f1 $line` ... done
そうでない場合、他にどのようにこれを達成できますか?