This one paragraph sums up a decade of MS-DOS use for me:
"The original MS-DOS Editor represented a major step forward for Microsoft's command-line text-editing capabilities at the time of its release. Before 1991, DOS users suffered through EDLIN, a line-based editor so primitive and user-hostile that many people resorted to typing "COPY CON filename.txt" and hoping for the best."
Unus Nemo likes this.
reshared this
Unus Nemo
in reply to Blaise • •@Blaise
Edlin
was a MS/DOS compatible version of the Unix ed utility and it was awkward to use. I was very happy to seeedit
though I was not using it long before I migrated to GNU/Linux and found I preferredvi
and latervim
which I still use today.If someone is a
basic
developer on GNU/Linux I am sure they would findgambas
far more useful thanqbasic
though I do have a soft spot for these nostalgic applications. 😉So I did build a copy of
edit
and installed it on my system. 😀Blaise likes this.