これはばかげた簡単なはずですが、私はそれを機能させることができないようです!新しい行に基づいて配列に分割したい文字列があります。
これは基本的に私がやろうとしていることです。
echo $devices
serial1 device
serial2 device
arr=$(magic_function $devices)
echo ${arr[0]}
serial1 device
echo ${arr[1]}
serial2 device
これはばかげた簡単なはずですが、私はそれを機能させることができないようです!新しい行に基づいて配列に分割したい文字列があります。
これは基本的に私がやろうとしていることです。
echo $devices
serial1 device
serial2 device
arr=$(magic_function $devices)
echo ${arr[0]}
serial1 device
echo ${arr[1]}
serial2 device