Name: Anonymous 2018-02-26 9:33
E.g.
Could this be used as the basis for a text-based browser? Curl has POST and cookies support too, and Guile Scheme could be used instead of javascript.
$ curl www.google.com | sed '/<[^>]*>/d' | less
Could this be used as the basis for a text-based browser? Curl has POST and cookies support too, and Guile Scheme could be used instead of javascript.