How to strip all of the text out of a text file and leave only the numbers and formatting. And other sed tricks.

How to strip all numbers out of a text stream This is how to remove all text from the output of a file and only keep the other formatting. homer@deep-thought ~/Desktop/b $ fortune -l | sed s/[a-z]/\ /gi; : 3:15 . . – .   , ! — ’84homer@deep-thought ~/Desktop/b $ fortune -l | sed … Read more

First Hypertext page ever created resurrected in 2013!

http://info.cern.ch/hypertext/WWW/TheProject.html. This is the first Hypertext page ever created; the page that was the first to use hyperlinks and gave us a connected and more informed future. This is a page using some very old HTML 1.0 code with<DD> tags that I have not seen for a very long time. They seem to have gone … Read more