My Ed(1) Toolbox
aartaka.me
My Ed(1) Toolbox
1–10 of 28 posts
Re: My Ed(1) Toolbox
#2ed is the standard text editor!
Re: My Ed(1) Toolbox
#3[flagged]
Re: My Ed(1) Toolbox
#4[deleted]
Re: My Ed(1) Toolbox
#5Funny thing about ed: While it is still one of my most common commands, it is also my dad's name. So, I've spent my entire career regularly typing my father's name at work.
Re: My Ed(1) Toolbox
#6I used to use EDLIN on my MS/DOS days...
.
Re: My Ed(1) Toolbox
#7Ah, ed. Back in the mid 80s, I had to teach a course on Unix & its tools - if I remember correctly it was called "Unix - a modern OS". One of those tools was of course ed. We couldn't use vi because the termcap/terminfo settings were screwed up for the physical serial terminals we had - I eventually fixed this & felt very pleased with myself, as those terminal config files are a b*tch.
Still, teaching bash, C and the usual suspects along with ed was very strenuous for the students, and for me - we only ran the course once.
Re: My Ed(1) Toolbox
#8Wild implementing Ed in Brainfuck: https://github.com/bf-enterprise-solutions/ed.bf/blob/master...
Re: My Ed(1) Toolbox
#9I like ed but I prefer 'sam -d' (the terminal mode of Sam). It has a nice looping construct 'x' and you can open multiple files and do batch edits (with 'X').
There is a Go port of Sam, which is easy to install:
go install 9fans.net/go/cmd/sam@latest
Re: My Ed(1) Toolbox
#10love it.