I am testing some ajax call from the console. I like get rid of the meta-information noise that is html markup and just read the content, hence I like to pipe it into a terminal browser, e.g. lynx.
Yet:
curl www.google.de | lynx
just opens a new instance of lynx.
I don't want to:
curl www.google.de > someFile.html && lynx someFile.html
Asked by k0pernikus
(16521 rep)
Mar 24, 2016, 01:56 PM
Last activity: Feb 12, 2023, 06:23 PM
Last activity: Feb 12, 2023, 06:23 PM