LINUX.ORG.RU

История изменений

Исправление selivan, (текущая версия) :

Слегка короче:

wget -i url.txt -o debug.log -O -| grep "search" > out.txt
head -1 debug.log >> out.txt

Исходная версия selivan, :

Слегка короче:
[code=bash]
wget -i url.txt -o debug.log -O -| grep «search» > out.txt
head -1 debug.log >> out.txt
[/code]