commandlist=("sysctl -a | grep eth0> eth0.txt " "yum list | grep php> php.txt"
"ifconfig eth0> eth0X.txt ")
for i in "${commandlist[@]}"; do
echo $i
$i
done
エラーが発生した場合に処理を中断し異常終了させるにはどこで
異常終了用のスクリプトを記載すればよいでしょうか?
投稿2020/09/09 03:16
commandlist=("sysctl -a | grep eth0> eth0.txt " "yum list | grep php> php.txt"
"ifconfig eth0> eth0X.txt ")
for i in "${commandlist[@]}"; do
echo $i
$i
done
エラーが発生した場合に処理を中断し異常終了させるにはどこで
異常終了用のスクリプトを記載すればよいでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。