After reading this article, I need to learn :wq for ed. Edit - I suppose that shouldn't have been surprising: w q
My Ed(1) Toolbox
21–28 of 28 posts
Re: My Ed(1) Toolbox
#22Re: My Ed(1) Toolbox
#23ed is the standard text editor! https://www.gnu.org/fun/jokes/ed-msg.en.html
Re: My Ed(1) Toolbox
#24Is there really an advantage to using Ed instead of vim in any situation whatsoever? (Assuming you're totally comfortable with vim)
But if you're totally comfortable with vim you'd better use ex, which basically is both an extension to ed, and the non-interactive part of vim.
Re: My Ed(1) Toolbox
#25Is there really an advantage to using Ed instead of vim in any situation whatsoever? (Assuming you're totally comfortable with vim)
Re: My Ed(1) Toolbox
#26Wild implementing Ed in Brainfuck: https://github.com/bf-enterprise-solutions/ed.bf/blob/master...
Re: My Ed(1) Toolbox
#27Is there really an advantage to using Ed instead of vim in any situation whatsoever? (Assuming you're totally comfortable with vim)
Very low bandwidth situations, or when you want to apply the same steps to other files afterwards. But if you're totally comfortable with vim you'd better use ex, which basically is both an extension to ed, and the non-interactive part of vim.
Re: My Ed(1) Toolbox
#28After reading this article, I need to learn :wq for ed. Edit - I suppose that shouldn't have been surprising: w q