Tagged Questions
1
vote
2answers
644 views
routing wget --recursive to stdout (as in -O -) rather than a file
I want to "scan" a website content, recursively, and pipe it to another program.
When I run:
wget -r -O - $SITE
I get
WARNING: combining -O with -r or -p will mean that all downloaded content
...