Answer the question
In order to leave comments, you need to log in
How to find specific content on a site with wget_om?
It is required to find certain content and display in the txt document all urls containing this element in the address I
execute the command
wget -r -q -O- http://www.undu.ru/ | grep 'uploads' |
Answer the question
In order to leave comments, you need to log in
$ wget -r -q -O- http://www.undu.ru/ |grep 'a href'| --append-output=log.txt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question