ув. гуру Curl. Как осуществить след. задачу. Есть файл file.domain содержанием
test1
test2
test3
test4
test2
test3
test4
Читать весь -
while IFS= read -r line
do
echo "$line"
done <"$file"
ув. гуру Curl. Как осуществить след. задачу. Есть файл file.domain содержанием
test1
test2
test3
test4
test2
test3
test4
Читать весь -
while IFS= read -r line
do
echo "$line"
done <"$file"