E
E
Eugene Shel2016-01-13 15:14:20
Wget
Eugene Shel, 2016-01-13 15:14:20

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

1 answer(s)
E
Eugene Shel, 2016-01-13
@buksir911

$ wget -r -q -O- http://www.undu.ru/ |grep 'a href'| --append-output=log.txt

tried like this, negative result, digging further

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question