79381059

Date: 2025-01-23 12:42:13
Score: 0.5
Natty:
Report link

Not a lot of information here. As in what language is your script in etc.

Also isn't it easier to just get the contents of the url in your script?

But okay, as for getting the webpage's content on linux you should be able to just use curl and write the output to a file.

curl http://webage.com >> output.txt

If there's actually html in there you might have to perform some string manipulation on it.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Gijs Beijer