Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1) by pTamok on Tuesday March 29 2022, @11:27AM (2 children)

    by pTamok (3042) on Tuesday March 29 2022, @11:27AM (#1233196)

    EDLIN? Why not sed? (Says the TECO user)

    It has been observed that a TECO command sequence more closely resembles transmission line noise than readable text. One of the more entertaining games to play with TECO is to type your name in as a command line and try to guess what it does. Just about any possible typing error while talking with TECO will probably destroy your program, or even worse - introduce subtle and mysterious bugs in a once working subroutine.

    From Wikipedia:TECO (text editor) [wikipedia.org]

  • (Score: 2) by KritonK on Saturday April 02 2022, @11:13AM (1 child)

    by KritonK (465) on Saturday April 02 2022, @11:13AM (#1234328)

    I've used TECO for a few months in my first job as a computer programmer. Back then, it was the best editor they had. No, I didn't destroy any documents with it, and my name didn't do anything in TECO. (Of course I checked, but I don't think "k" was a TECO command!) A few months later, they got EDT [wikipedia.org], a full screen editor, after an OS upgrade, and line-based editors, such as TECO, were abandoned. I became proficient in EDT, and even wrote a set of EDT emulation macros for vi, when I started using Unix.

    • (Score: 1) by pTamok on Saturday April 02 2022, @12:21PM

      by pTamok (3042) on Saturday April 02 2022, @12:21PM (#1234331)

      I moved on to using TPU [wikipedia.org]/EVE [wikipedia.org], including some programmatic stuff where call handlers could edit case-logs, able to view the entire log, but only able to append to the end of it while still using the familiar text editor they were used to using. I liked EVE.