Ed Is The Standard Text Editor For Unix/Linux

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • Anytime someone mentions any text editor (like Vi/m, Emacs, Nano, etc.), someone will make the joke that "ed is the standard editor." While it's a joke, 'ed' actually was the standard text editor for Unix in the early days of Unix. And while 'ed' has largely been supplanted with editors like Vi/m and Emacs, it is still worthwhile to know the basics of the original text editor for Unix-like operating systems.
    REFERENCED:
    ► www.gnu.org/so... - The Ed Manual
    WANT TO SUPPORT THE CHANNEL?
    💰 Patreon: / distrotube
    💳 Paypal: www.paypal.com...
    🛍️ Amazon: amzn.to/2RotFFi
    👕 Teespring: teespring.com/...
    DONATE CRYPTO:
    💰 Bitcoin: 1Mp6ebz5bNcjNFW7XWHVht36SkiLoxPKoX
    🐶 Dogecoin: D5fpRD1JRoBFPDXSBocRTp8W9uKzfwLFAu
    📕 LBC: bMfA2c3zmcLxPCpyPcrykLvMhZ7A5mQuhJ
    SOCIAL PLATFORMS:
    🗨️ Mastodon: distrotoot.com...
    👫 Reddit: / distrotube
    📽️ LBRY/Odysee: odysee.com/$/i...
    DT ON THE WEB:
    🕸️ Website: distrotube.com/
    🐿️ Gemini Capsule: gemini://distro.tube
    📁 GitLab: gitlab.com/dwt1
    FREE AND OPEN SOURCE SOFTWARE THAT I USE:
    🌐 Brave Browser - brave.com/dis872
    📽️ Open Broadcaster Software: obsproject.com/
    🎬 Kdenlive: kdenlive.org
    🎨 GIMP: www.gimp.org/
    🎵 Ardour: ardour.org/
    💻 VirtualBox: www.virtualbox...
    🗒️ Doom Emacs: github.com/hli...
    Your support is very much appreciated. Thanks, guys!

ความคิดเห็น • 191

  • @SimGunther
    @SimGunther 3 ปีที่แล้ว +155

    Distrotube is _the_ standard linux TH-cam channel

  • @PhilipHarwell
    @PhilipHarwell 3 ปีที่แล้ว +71

    An elegant piece of software, for a more civilized age.

    • @generalkenobi7690
      @generalkenobi7690 3 ปีที่แล้ว +11

      Hello there

    • @feschber
      @feschber 2 ปีที่แล้ว +2

      @@generalkenobi7690 nice

    • @AndersJackson
      @AndersJackson ปีที่แล้ว

      You has never worked with just a printer and keyboard, have you? It was not that civilized.

    • @johnc3403
      @johnc3403 3 หลายเดือนก่อน

      Napalm, Suez, Manson, Kennedy, LSD, The Krays, Zodiac killer, segregation and altamont spring to mind. ed is an elegant piece of software though, I grant you that.

  • @tiberiusmagnificuscaeser4929
    @tiberiusmagnificuscaeser4929 3 ปีที่แล้ว +33

    I unironically used ed as my primary text editor for a bit. I liked it. It works well if you’re willing to work with it

  • @gordonbai5320
    @gordonbai5320 3 ปีที่แล้ว +61

    Wow this video is too good, I can't wait to learn how to use ed so I can be a boomer, which means sage in the world of unix

    • @SamuTheFrog
      @SamuTheFrog 6 หลายเดือนก่อน

      Underrated comment

  • @lorensims4846
    @lorensims4846 2 ปีที่แล้ว +24

    Most of UNIX was actually written in ed. It's a perfectly capable text editor for almost anything you want to do. It just doesn't have all the bells and whistles we've all become used to, but it really does get the job done.

    • @AndersJackson
      @AndersJackson ปีที่แล้ว +4

      That was because of back then you didn't have fancy graphical editors, like Emacs, or note even fancy full screen editors like Emacs and vi.
      You was basically just editing with a keyboard and a printer, no screen.

    • @DV-ml4fm
      @DV-ml4fm ปีที่แล้ว +2

      Ed is OK for writing small text files. I wouldn't use it for writing many lines of code.

    • @lorensims4846
      @lorensims4846 ปีที่แล้ว +5

      @@DV-ml4fm “small files”?!
      Unix as well as most of its first utility programs was written with it.
      ed is fine for any writing you want to do. You just have to pay a little more attention to what you’re actually doing than in other more fully featured (dare I say “bloated”) text editors.

    • @vaisakhkm783
      @vaisakhkm783 ปีที่แล้ว +4

      @@lorensims4846 We can write anything with ed... like people used punch cards for calculation...
      it's just, 1000X harder, but if no other option, i would use it..

    • @tommylee2k
      @tommylee2k ปีที่แล้ว +7

      and you get get nearly everywhere you want by just walking. Still I wouldn't recommend walking from LA to New York

  • @rednight2476
    @rednight2476 3 ปีที่แล้ว +26

    The real vi shares it's code base with ed. Out of ed came sed, because people where using redirection to script ed so they made an easier way to do that. Also came as you pointed out grep. Then the Berekeley guys made an extended version of ed called ex, whic adds a lot of convenience functions. Then the visual mode was added to ex. This is vi. You can actually switch vi to ex mode and ex to vi mode. vi will also start in ex mode if your TERM variable is not set.
    If you redirect your std output to some sort of line printer(e.g. a thrift shop dot matrix) suddenly line editors make a whole lot of sense.

    • @Jorge-xf9gs
      @Jorge-xf9gs 9 หลายเดือนก่อน

      Interesting way to use STDs.

    • @LabiaLicker
      @LabiaLicker 9 หลายเดือนก่อน +1

      sounds like bloat if you ask me

  • @mke7605
    @mke7605 3 ปีที่แล้ว +26

    Using ed is for the real masochist.
    I would love a video about rcs as well.

  • @0x007A
    @0x007A 3 ปีที่แล้ว +72

    ed is a line-oriented text editor while vim is a screen-oriented text editor.

    • @PauloConstantino167
      @PauloConstantino167 3 ปีที่แล้ว +7

      or you could say Vim is a Lines-oriented editor xD

    • @supermasterfighter
      @supermasterfighter 2 ปีที่แล้ว

      @@PauloConstantino167 no it’s definitely screen oriented, you can actually edit multiple files at once with vim

  • @GarethField
    @GarethField 3 ปีที่แล้ว +8

    You wouldn’t believe the timing of this in my life, thanks!

    • @bl_nkspac_9650
      @bl_nkspac_9650 3 ปีที่แล้ว +3

      now i'm interested

    • @davidr2421
      @davidr2421 3 ปีที่แล้ว +5

      Have you just finished building a time machine?

    • @TangoIndiaMike144
      @TangoIndiaMike144 3 ปีที่แล้ว +1

      The internet requires you to elaborate on your original comment ;)

    • @avsbq
      @avsbq 7 หลายเดือนก่อน

      ​@@TangoIndiaMike144i agree!

  • @robfielding8566
    @robfielding8566 2 ปีที่แล้ว +7

    i found a real use for it. I am learning braille. I can't get out of vim from the braille terminal, because it uses an 8-dot keyboard. It's the closest thing to a text editor that works well with braille. (vim kind of works with a qwerty keyboard.). As for characters costing money.... A braille terminal is usually about 40 cells. $30/cell at least.
    $600 for a 20 char term
    $1400 for a 40 char term
    $16000 for an 80 char term (!)

  • @PenguinEye
    @PenguinEye 3 ปีที่แล้ว +38

    Actually it's pronounced "e d", not ed ;) And between ed and vim there was ex. Great video!

    • @urugulu1656
      @urugulu1656 3 ปีที่แล้ว +6

      jep you find out the heritage of vi/vim being something with ex by typing Q (capital q). it will literally tell you that you can enter EX commands now.

    • @KarlMySuitcase
      @KarlMySuitcase 2 ปีที่แล้ว +2

      It's because working in it gives erectile dysfunction.

    • @DavidLindes
      @DavidLindes 2 ปีที่แล้ว +2

      Indeed. I've heard Brian Kernighan say this (that it's pronounced "e d"), and... I'll trust that source for this topic. :)
      (That said, I always assumed it was pronounced like "Ed", so it took me a moment to even notice this!)

    • @chrkrngl
      @chrkrngl 2 ปีที่แล้ว +10

      it is pronounced "e d", because it predecessor was the QED text editor. Or at least that's where the naming derived from. QED > ed. Or like with BCPL > B > C. I like this Unix naming stuff so much and all the stories behind it. Check out all the Brian Kernighan videos on youtube. PS: And QED is a play on the Latin phrase Q.E.D. "Quod erat demonstrandum", "which was to be demonstrated".

    • @vukanoa
      @vukanoa 2 ปีที่แล้ว +1

      @@chrkrngl Woooow that is so cool! I've recently started reading through Unix history and naming etc. This is SO cool. Thank you!

  • @bahathir_
    @bahathir_ 3 ปีที่แล้ว +3

    THanks for the video, andd GNU ed is my current main text editor. :)

  • @svenkarlsen2702
    @svenkarlsen2702 3 ปีที่แล้ว +9

    This video would have been insanely helpful for me back in the early 1990s.... ed was included with the OS install on my Amiga

  • @jerryblum7510
    @jerryblum7510 3 ปีที่แล้ว +3

    The history of the program helps me understand it better. Thanks

  • @0x007A
    @0x007A 3 ปีที่แล้ว +9

    My introduction to *nix ed was Microsoft DOS 2.x edlin (aka edit line), a line editor. The first time I used *nix ed was autumn 1992.

    • @scality4309
      @scality4309 3 ปีที่แล้ว +1

      Yeah, they ripped it and let us believe ot was original.

  • @simonjesusbeliever3467
    @simonjesusbeliever3467 3 ปีที่แล้ว +7

    I love ed. Thanks for making a video about it.

  • @deliriumcode
    @deliriumcode 3 ปีที่แล้ว +7

    I'm aware we are in 2021 but I didn't blink during those 20 minutes!
    Such interesting content, I've enjoyed.

  • @auroradraco9974
    @auroradraco9974 3 ปีที่แล้ว +15

    Ed>Emacs+Vim as it is evident by this video 😂

  • @chrissaltmarsh6777
    @chrissaltmarsh6777 3 ปีที่แล้ว +5

    Thanks for the memories. Try editing code using a 110 baud ASCII teletype - you find out why ed is terse. Then came ex, and vi, and vim, and neovim - I'm on the latter now but no longer at 110 baud. Anyway, at my age I couldn't remember what's going on any more. An essential when using that kit, but better than patching your paper tape with a stick and some glue.

  • @metalpunk
    @metalpunk 3 ปีที่แล้ว +3

    Nice, easy-to-follow demo. Thanks!

  • @jrlepage
    @jrlepage 3 ปีที่แล้ว +3

    Audio sounding really nice and crisp on this video. For me at least. 👍

  • @MatthewBardsleyMK
    @MatthewBardsleyMK 3 ปีที่แล้ว +11

    ed is great. Rob Pike's acme and sam are great developments on it that use three-click mouse chording; they are a bit more serious and certainly worth a try (apparently Dennis Ritchie was among frequent users of acme)

    • @PauloConstantino167
      @PauloConstantino167 3 ปีที่แล้ว +1

      are they open source?

    • @MatthewBardsleyMK
      @MatthewBardsleyMK 3 ปีที่แล้ว +1

      @@PauloConstantino167 Absolutely!

    • @AndersJackson
      @AndersJackson ปีที่แล้ว +1

      @@PauloConstantino167 wily(1) is the Open source POSIX (Linux) version of acme(1). Quite nice actually. There are also the shell rc(1) that is an implementation of the shell from the "Plan 9" OS too. (Name from the movie "Plan 9 from Outer Space", a must see. Notice it can't be unseen)

  • @enderger5308
    @enderger5308 3 ปีที่แล้ว +5

    To note: Ex (and by extension Vi) are part of POSIX, so any compliant system has them.

  • @replikvltyoutube3727
    @replikvltyoutube3727 3 ปีที่แล้ว +3

    DT did you know ed is one of editors that can work with files as bit as gigabytes (or more) in size. Ither editors, including vim would have shat themselves:)

    • @killertigergaming6762
      @killertigergaming6762 ปีที่แล้ว

      The question is why would you have a file that is a gigabyte long

  • @mortenlund1418
    @mortenlund1418 2 ปีที่แล้ว +2

    This was so informative - learning Vim, this video should be mandatory

  • @Phydoux2112
    @Phydoux2112 3 ปีที่แล้ว +2

    Boy, I could have used this video back in 1995 when I had my first free shell account. :)

  • @madandu
    @madandu 3 ปีที่แล้ว +1

    Thanks, it's well thought, well made. Some of ed cmds are common with vi, in-fact learned new ones to use vi.

  • @nevoyu
    @nevoyu 3 ปีที่แล้ว +3

    I used to use ed to write COBOL to interface with the CNC machines at work.

  • @mayhoth
    @mayhoth ปีที่แล้ว +1

    RE-Search in ed is not so cumbersome as you put it: If you read the texinfo manual of ed closely, you find that an empty RE defaults to the last RE processed. So, in order to find subsequent or preceding matches of the last RE, you just type / or ? and hit ENTER. And one other thing: You can set a label with [linenumber]kc, where 'c' is any lower case letter you can think of: This label gets attached permanently to the addressed line and continues to be attached to it even when the line is moved around. Hitting 'c now gets you back to referenced line. So, suppose you put the label m to the first line of a paragraph, the address 'c;/^$/ now references the whole paragraph up and including the next blank line. So, e.g. 'c;/^$/0 or 'c;/^$/$ moves this paragraph to the begin or the end of the buffer, respectively.

  • @champfisk5613
    @champfisk5613 3 ปีที่แล้ว +1

    Nice I stumbles across this a couple months ago. It's good for quick notes

  • @gimcrack555
    @gimcrack555 3 ปีที่แล้ว +6

    I always like ne(nice editor). Maybe someday do a video on this great text editor. Linux Voice has rated ne as the third best editor for Linux.

  • @timchase7726
    @timchase7726 4 หลายเดือนก่อน

    FWIW, the g/ command defaults to using the whole file as the range, so you don't have to specify "1,$g/…/…" or ",g/…/…" allowing you to just do "g/…/…" (unless you only want to do the g/ on a sub-range of the file-lines like "3,10g/…/…") Also, ed remembers your last search, so you can search again with just /⏎ (and that last search also gets (re)used if you do a s// or g// command without specifying the pattern.

  • @lorensims4846
    @lorensims4846 11 หลายเดือนก่อน +1

    Oh, and it's actually pronounced E D, much as how ex and vi are.
    You don't need to quit and restart ed to get a "prompt."
    A capital P command will work the same way as that -p argument at the command line.

  • @CG-tb5uc
    @CG-tb5uc ปีที่แล้ว +1

    In my early ventures with Unix running on, larger than pc's, AT&T computers in the mid-80's, we used to refer to the editor by it's two letters, 'eee dee' instead of 'aid' as in 'said'... Just like the v i editor ...
    Just a note... 🙂

  • @first-thoughtgiver-of-will2456
    @first-thoughtgiver-of-will2456 ปีที่แล้ว +1

    This with something like c tags and custom bash commands (in my language of choice which is rust) for text search and display and manipulation makes a lot of sense. I can write my own templating and macros and have a "regex first" style of editing, all of which are best practices for programming.

  • @nickrees4706
    @nickrees4706 7 หลายเดือนก่อน

    Very clear explanation at a nice speed

  • @AndersJackson
    @AndersJackson ปีที่แล้ว +1

    Actually, vi is just a full screen fronted in front of ed(1). So it didn't change much when it comes to commands in vi(1). It is the same as in ed(1). In contrary to emacs(1), which used the modern use of the Control key and full screen editing from the beginning. Yes, back then some terminal didn't even had "a", just "A".

  • @FishKungfu
    @FishKungfu 3 ปีที่แล้ว

    Thank for taking time to make this video, it was great!

  • @jesusmgw
    @jesusmgw 3 ปีที่แล้ว +3

    Now that you did this, I would love if you track down and try the original Vi editor for Unix systems. I don't even know if it is possible.

  • @gaathastory
    @gaathastory หลายเดือนก่อน

    Talk about a timeless editor, and incidentally, a timeless tutorial- watched it on a wider screen (again) on August 5, 2024... three years after DT recorded the video (17:09)

  • @maithilijsk7698
    @maithilijsk7698 3 ปีที่แล้ว +2

    The top shadow of the animation is great

  • @vmisev
    @vmisev 3 ปีที่แล้ว +2

    Finally!
    Thanks DT :)

  • @toby3084
    @toby3084 3 ปีที่แล้ว +4

    a acme video would be awesome

  • @laarags
    @laarags 2 ปีที่แล้ว +1

    Thanks for sharing.Good stuff👍. If use script cmd before using ed or vi . Yu'll have a typescipt log file. If yu print it in a paper. Yu'll understand why they use ed in the60s.

  • @andreasklindt7144
    @andreasklindt7144 2 ปีที่แล้ว +2

    Maybe you wouldn't write a novel with it, but maybe a first draft. Some tools for writers have some kind of a draft mode or typewriter mode, where you can enter your text but you can't edit it. The idea is to get your thoughts out of your brain before you distract yourself with editing typos, microengineering phrases and beautifying paragraphs. 'ed' could be used for those kind of drafts, since the moment you hit 'enter' (or 'return' as it was called back in 'ed''s glory days) you can't immediatly change that line anymore. Not sure if I would actually use it like this... Does 'ed' has some kind of autosave or buffer that can be recoverd in case of a crash?

    • @frechjo
      @frechjo ปีที่แล้ว +1

      You could try running Vim in Ex mode, which is pretty similar to Ed, and try configuring it to do all of that. I might be mistaken, but I think it's possible to give Vim specific configuration for the Ex mode.
      Usually, if you type _ex_ you get a Vim in Ex mode in most Linux distros. If you don't, I think it's just a matter of creating a simlink (Vim reads the name with which it was called from the command line, to know in what mode to start).

  • @lorensims4846
    @lorensims4846 2 ปีที่แล้ว +2

    // will repeat your previous search.

  • @michalski9141
    @michalski9141 2 ปีที่แล้ว

    never heard of command line text editors before, it actually makes a lot of sense

  • @CreachterZ
    @CreachterZ 3 วันที่ผ่านมา

    Great video. You should have done this with the camera on a printer through the whole thing rather than a monitor.

  • @urugulu1656
    @urugulu1656 3 ปีที่แล้ว +1

    but can you do // as in re-search the last thing that has been searched?

  • @AlexEscalante
    @AlexEscalante 2 ปีที่แล้ว +3

    Well, with all the love "focused" and "distraction free" editors seem to receive these days… I would say ed predates them all!

  • @beardedchimp
    @beardedchimp 5 หลายเดือนก่อน

    Emacs is the standard operating system, it also has a text editor. Bill Joy is the standard God, who also created a text editor.

  • @glensmith491
    @glensmith491 3 ปีที่แล้ว +9

    Thanks for the nightmare fuel! First editor I used and probably the real genesis of my hatred for most keyboard binds.

  • @hosseines276
    @hosseines276 3 ปีที่แล้ว +2

    wow! finally ed!!

  • @thetriumphsprint
    @thetriumphsprint ปีที่แล้ว +1

    According to Brian Kernighan, it's not Ed but rather E. D. 🙂

  • @metalfiregametime652
    @metalfiregametime652 3 ปีที่แล้ว +1

    As of this message I'll be putting another hard drive into my computer to install Linux onto it. I'll be doing a dual boot :)

  • @sawilliams
    @sawilliams 4 หลายเดือนก่อน

    ed was the only text editor back in the day if you were coding. There was a dos version also.

  • @mortezafarshchi8003
    @mortezafarshchi8003 10 หลายเดือนก่อน

    Now I noticed the roots of "sed" & "grep". ;,,,,)
    it was great!!! and so easy! if you already know how to use grep, sed and vi, using ed would be a piece of cake.

  • @AdrianoViana87
    @AdrianoViana87 5 หลายเดือนก่อน

    Great explanation 🎉

  • @ivorjawa
    @ivorjawa 6 หลายเดือนก่อน

    I never needed Ed, because when I was sysadminning 25 years ago, everything had vi. But I learned vi because it was everywhere, not because I like it.

  • @jamesdecross1035
    @jamesdecross1035 11 หลายเดือนก่อน

    Interesting, thanks for this.

  • @zentree9932
    @zentree9932 3 ปีที่แล้ว +2

    someone should make a supercut of the .5 seconds dt is just sitting there at the start lol

  • @halfsourlizard9319
    @halfsourlizard9319 ปีที่แล้ว

    It's certainly from another time, but a lot of the fundamental ideas for Vi are there ... just in a clunkier form working within the technical limitations of that time. This makes old videos I've seen of people banging away at a Teletype make waaay more sense.

  • @ahscott2001
    @ahscott2001 ปีที่แล้ว +1

    And now that we've all watched this video, let's say it together: "Vim is for noobs."

  • @scifregizmoguy
    @scifregizmoguy 3 ปีที่แล้ว +11

    19:18 "You cou- you would never write a novel, inside ed, right?"
    Challenge accepted.

  • @rbtmdl
    @rbtmdl 3 ปีที่แล้ว +1

    I've had to use edlin way back when.

  • @H_cked
    @H_cked 3 ปีที่แล้ว +1

    i have to start taking this distro tube channel very very seriously. i tried to install an update for windows 11 on my unsupported laptop, just like last time i wasn't expecting any errors , i expected it to go smooth, bypassed the tpm thing with appraiseres.dll exploit and then when it was installing, and saying getting things ready, blue screen of death error, i thought this would brick my freaking computer. microsoft really want me to move to linux badly huh? am going to have to learn to work a teminal now and understand linux file extensions, i can't keep doing this anymore, having to download 3gb every week, and this is the thanks i get .people here don't know what it's like being betrayed by a company you expected would take care of you it's not a good feeling. it's like that moment when you are st*bbed in the heart by someone and you begin to feel cold as the life drains from you, just the shock, i thought jail breaking windows 11 was something that could last forever, but i woke up to the harsh reality and need to find alternatives. am really really in shock

    • @avsbq
      @avsbq 7 หลายเดือนก่อน

      what are you running now

  • @0x007A
    @0x007A 3 ปีที่แล้ว +1

    In *nix environments, the exclamation point (!) is historically called bang and the sharp symbol (#) is historically called pound, not hash or hashtag.

    • @spagootest2185
      @spagootest2185 3 ปีที่แล้ว

      Pound causes confusion with £.

  • @jayst
    @jayst 3 ปีที่แล้ว +2

    Try the sam editor

  • @Sinthoras155
    @Sinthoras155 11 หลายเดือนก่อน

    I am here because someone made a RISC-V emulator in scratch with a barebones linux on it ed is the only texteditor available

  • @benj6964
    @benj6964 3 ปีที่แล้ว

    next step is ex ! which introduced vi as its visual mode, if I'm not mistaken

  • @torsten.breswald
    @torsten.breswald 3 ปีที่แล้ว +6

    it's pronounced E D , not ed
    watch interesting video 'Where GREP Came From - Computerphile' where Professor Brian Kernighan explains it alongside

  • @agushex
    @agushex 3 ปีที่แล้ว +1

    To be honest I haven't a Unix system without Vi but... hey good to know actually, at work with have some HP-UX and AIX, and minimal AIX for vios and they all have vi... but now I know what to do if there isn't

  • @driden1987
    @driden1987 3 ปีที่แล้ว +1

    Ohh I need to learn a new editor !! =]

  • @ShaunakHub
    @ShaunakHub 3 ปีที่แล้ว +2

    Reminds me of edlin 😁

  • @avsbq
    @avsbq 7 หลายเดือนก่อน +1

    8:48 distro tube needs to pee

  • @PauloConstantino167
    @PauloConstantino167 3 ปีที่แล้ว +3

    NOW we're talking!

  • @Neucher
    @Neucher 3 ปีที่แล้ว +4

    Is there a distro that doesn't have vi or vim pre installed ?

    • @willardorwud
      @willardorwud 3 ปีที่แล้ว

      I’m not sure possibly Gentoo?

    • @Neucher
      @Neucher 3 ปีที่แล้ว +3

      @@willardorwud Gentoo comes with vi at least on the live cd

    • @DistroTube
      @DistroTube  3 ปีที่แล้ว +3

      Gentoo actually includes vi AND emacs on the live cd. Not even kidding.

    • @grzegorzklimek6023
      @grzegorzklimek6023 3 ปีที่แล้ว +1

      Ubuntu doesn't have vim preinstalled

    • @willardorwud
      @willardorwud 3 ปีที่แล้ว

      @@grzegorzklimek6023 but I’m 99% sure(because I haven’t actually checked) it has vi

  • @lorensims4846
    @lorensims4846 2 ปีที่แล้ว +2

    ex was the new, improved ed and then vi was built on top of ex, which is, I assume, why you chose a colon for a prompt, to remind you of dropping to ex within vi.

  • @tomy7424
    @tomy7424 3 ปีที่แล้ว +4

    and here I was watching Ed Edd n Eddy before coming to this

  • @andylees8939
    @andylees8939 3 ปีที่แล้ว

    The original vi was a layer on top of ed. The vi : commands invoked the underlying ed engine.

  • @TangoIndiaMike144
    @TangoIndiaMike144 3 ปีที่แล้ว +10

    Oh god, I nearly got stuck in "ed".It's "Q" to quit if anyone is wondering.

    • @6500s1
      @6500s1 3 ปีที่แล้ว +6

      better just open up a new terminal, type xkill and then just kill both terminals :DDD

    • @0x007A
      @0x007A 3 ปีที่แล้ว +3

      Where do you think vim's "you can checkout but you can never leave" inspiration originated?

    • @StrikerEureka85
      @StrikerEureka85 3 ปีที่แล้ว +2

      i reboot

    • @0x007A
      @0x007A 3 ปีที่แล้ว +5

      @@StrikerEureka85 you must be a Microsoft Windows administrator.

    • @rodney_d
      @rodney_d 3 ปีที่แล้ว +4

      Just unplug the computer

  • @scality4309
    @scality4309 3 ปีที่แล้ว +1

    Edlin is just a rippoff on dos.

  • @sodiboo
    @sodiboo 2 ปีที่แล้ว

    3:50 is that copilot in your terminal or something?

  • @andresdandrea5259
    @andresdandrea5259 3 ปีที่แล้ว +2

    Who said I was making a joke?

  • @dagda825
    @dagda825 3 ปีที่แล้ว +2

    Now Luke is going to start trashing vim in favor of ed because ed sucks less

  • @egg5474
    @egg5474 3 ปีที่แล้ว +1

    *No, this is Patrick*

  • @sarathirk4871
    @sarathirk4871 3 ปีที่แล้ว

    Hi DT, it's really great video, Can you make video on Liquorix and Xanmod Kernel vs Generic Linux Kernel..

  • @DevvratSingh007
    @DevvratSingh007 3 ปีที่แล้ว

    ed be on that zigma grindset

  • @michaelsoutherland3023
    @michaelsoutherland3023 2 ปีที่แล้ว +3

    I was researching, Erectile Dysfunction.

    • @NitroNilz
      @NitroNilz 2 ปีที่แล้ว +1

      Also Eating Disorder

  • @coffeedude
    @coffeedude 3 ปีที่แล้ว

    What about EX?

  • @philtoa334
    @philtoa334 ปีที่แล้ว

    👍

  • @hashtagPoundsign
    @hashtagPoundsign ปีที่แล้ว

    ED was pronounced E.D. (eddie) buy the person who developed it and the people that used it when it was new.

  • @world-insumary7884
    @world-insumary7884 3 ปีที่แล้ว +2

    First ed user

    • @egg5474
      @egg5474 3 ปีที่แล้ว +4

      VAX11/750 user spotted

  • @aqueuse
    @aqueuse 3 ปีที่แล้ว

    fascinating, quit slow but very fun !

  • @jackkeifer
    @jackkeifer 3 ปีที่แล้ว +2

    From the 60's! Ed's father was a horse... Mr. Ed.

  • @motherboardbroken2305
    @motherboardbroken2305 3 ปีที่แล้ว +1

    people say nano is for starters, or its easy and meant for beginners. i dont see it, at the get go, i used vim because i followed a video. once i read all the bindings, its so fast and so decisive on its commands (like illustrative i mean, it has ever scenario figured), i found nano's interface and commands so confusing. so much so infact that i just installed vim ( i was distro-hoping, hibernation sucks at pop os) and edited. one thing vim can do is have at least a overlay of commands to get started. btw it was distro-tube who made me see the light, i found vim.

    • @semikolondev
      @semikolondev 3 ปีที่แล้ว

      I’m still scared to make the move but I getting more and more annoyed by other ide. One day I’ll do it I’m sure x)

    • @ecavero1
      @ecavero1 3 ปีที่แล้ว

      @@semikolondev I made the move two years ago! I mean, I knew what vim (and linux) was since 2009, at least, but since Oct. 2019, I was on a project and had to use my personal laptop. It only had Ubuntu and 5.6GB of RAM. I only could only tolerate one or maybe a couple of instances of my Java webapp to run, so I had to use a light text editor. This was the opportunity I had to force myself in learning Vim. I haven't looked back ever since.
      Today, I am kind of forced to use IntelliJ only because of a proprietary plugin, but even there, I use Vim motions!

  • @harishkalva6237
    @harishkalva6237 3 ปีที่แล้ว

    ED is not available in windows wsl

  • @mohammedzeglam6811
    @mohammedzeglam6811 3 ปีที่แล้ว +1

    Hi dt the last month i discover the fg command with vim and i do not understand that unix command very will can be video about it

  • @zilog1
    @zilog1 ปีที่แล้ว

    ed is really cool, but ill stick to vim

  • @krtirtho
    @krtirtho 3 ปีที่แล้ว +4

    The moment I thought Vim is the worst one, now its forefather Ed is here