V
V
Vladimir Mukovoz2017-11-20 19:16:52
linux
Vladimir Mukovoz, 2017-11-20 19:16:52

How to parse information from a page without saving this page to disk (wget, curl, grep)?

Tried like this

wget -O- http://kronikprostatit.org/memberlist.php?mode=team | grep rss

But something doesn’t work, I read the man page on wget and curl, but I can’t do something. Tell me what the plug is, a Google search gave similar commands, though none of them worked)
Thank you all for your time.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Misyurev, 2017-11-20
@castomi

And what is wrong?
For example:
Returns all lines (one in this case) containing the word "Powered" (by)

D
Dimonchik, 2017-11-20
@dimonchik2013

wget -qO- http://kronikprostatit.org/memberlist.php?mode=team | grep javascript

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question