To quote Peter H. Salus: ed is "the most user-hostile editor ever created". So nope, I'm sticking to micro ^ ^
There is some truth in that statement.
I was pondering over why I go back to ed every once in a while. I think because it's kind of a problem solving puzzle. It helped / helps me to understand and use regular expressions.
(Open)vi is my daily driver which is fine for my use case (mainly groff files to make tests and other documents).
Thanks for bringing micro up. Seems like a nice editor. Never heard of it tbh.
ed
is outdated technology. I recommend sed
, I am using it each day to edit my files. Did you know that sed
has it's own scripting language, based on regular expressions? I can totally parse a .csv
file using sed
script, and this will take me less than a hour.
s/it's/its/
I should have mentioned that I meant interactive mode. Thus as editor.
I'm familiar with sed and awk.
I've upgraded to ex
recently. No point in living in the stone ages!
Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.