このような形でコマンド実行結果からgrepで結果を絞りそれをログファイルとして吐き出してあげたいのですが
うまくいかないため
やり方を教えていただけると助かります。
#!/bin/bash
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
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。