Вот структура моего файла:
/**** Some Text here ****/
UN 10.147.243.93 51.46 KB 256 34.2%
UN 10.147.243.89 83.05 KB 256 34.6%
DN 10.147.243.88 66.43 KB 256 32.7%
Вот мой сценарий
file=$1
echo $file
if grep -q DN $File; then
echo "Get the corresponding IP address, It is the treatment that I
want to do next"
fi
Но он отображает только имя файла. У вас есть идея, пожалуйста?
2- Я бы хотел извлечь соответствующий IP-адрес. Вот некоторые детали:
if grep -q DN $File; then
echo "Get the corresponding IP address Guest, It is the treatment
that I want to do next"
variable=This address
fi
Большое спасибо за помощь.
С уважением.