I ran this command from powershell on win10
curl http://127.0.0.1:8080/ -UseBasicParsing
and got lots of info
Is it possible to have the powershell curl output only the content part pointed out by the red rectangle above?
I tried findstr
which is not that satisfying.