@rl_dane @ed1conf @mwl
I love his style of writing as well!

Where there's a lineage or evolution, I really like to start as close to the origin as possible (or at least read about it). It gives context for what's come after and I find gives me a better intuition for things.

I'm looking forward to any future posts as you're using ed(1) and it's descendents :)

#unix #ed #vi #nvi #textediting #mwl

*EXPERIENCE IS DIVINITY: Matter As Metaphor* (2013) by Michael Adzema. CH 5 , p 25 🧵Click this panel for Thread, complete book or for free pdf copy: drive.google.com/file/d/1kLQ7... 7/ 🧵👇 💡📚💙 #ED 🐉 #ExperienceIsDivinity 🐉 #EDCH5 📖5️⃣ #TruthWarriors#psychology ☮️ #metaphysics ☯️ #transpersonal 🪽

,n and ,ln are also becoming favorite #ed commands.

Of course, also w !less --wordwrap -N 😅

I came across a problem in #ed where I couldn't change a url, because it was full of slashes, which made the substitution command fail. I popped into vi to make that change, but then thought about how I might do it in ed in the future.

What I realized is that I could split the lines where the URL stops and ends, replace the line that had just the URL itself (pasting in the new URL without having to backslash-escape the slashes), and then re-join the lines.

Of course, NOW I just realized I could've done s,([^)]*),(new_url), instead, but whatevs, lol

rld@Intrepid:~$ ed a Here is some text I need to change [this link](https://example.com/some/stuff/here), ok? some more text . ,n 1 Here is some text 2 I need to change [this link](https://example.com/some/stuff/here), ok? 3 some more text 2s/(/(\ / ,n 1 Here is some text 2 I need to change [this link]( 3 https://example.com/some/stuff/here), ok? 4 some more text 3s/)/\ )/ ,n 1 Here is some text 2 I need to change [this link]( 3 https://example.com/some/stuff/here 4 ), ok? 5 some more text 2a https://archive.org/details/plan9designintro/mode/2up . ,n 1 Here is some text 2 I need to change [this link]( 3 https://archive.org/details/plan9designintro/mode/2up 4 https://example.com/some/stuff/here 5 ), ok? 6 some more text 4d ,n 1 Here is some text 2 I need to change [this link]( 3 https://archive.org/details/plan9designintro/mode/2up 4 ), ok? 5 some more text 2,4j ,n 1 Here is some text 2 I need to change [this link](https://archive.org/details/plan9designintro/mode/2up), ok? 3 some more text
Sfântul Nectarie de la Optina: Întoarce-te către Dumnezeu cu suspin din inimă Ar părea că e de-ajuns să spui „Doamne, miluiește!” o singură dată în rugăciune; însă noi o spunem de trei ori, și de douăsprezece ori, și de patruzeci de ori. Aceasta se face pentru sufletele chinuite, ce nu pot nici mă­car să rostească „Doamne, miluiește!”. 👉 https://c.aparatorul.md/gcadq 👈 #ajutorulDomnului #Biserică #Cumsăbiruimdeprimarea #deprimare #descurajare #Doamnemiluieşte #Ed...
https://c.aparatorul.md/gcadq
@linuxzx80 también puedes hacerlo con #ed 😜
*EXPERIENCE IS DIVINITY: Matter As Metaphor* (2013) by Michael Adzema. CH 5 , p. 25 🧵Click this panel for Thread, complete book Or read/dwl entire book on blog: funnygod.wordpress.com/2022/11/12/e... 6/ 🧵👇 💡📚💙 #ED 🐉 #ExperienceIsDivinity 🐉 #EDCH5 📖5️⃣ #TruthWarriors#psychology ☮️ #metaphysics ☯️

#ed wizards...

How do you "pipe the contents of this line to command foo and replace the line with the result of that command?"

(On BSD ed, not GNU ed)

Thanks! :D

The defence argued that stringent charges, particularly attempted murder, would not stand scrutiny during the course of the investigation. https://english.mathrubhumi.com/news/kerala/court-rejects-bail-to-5-in-ed-attack-case-linked-to-raid-at-former-kerala-cms-residence-q5fju4fr?utm_source=dlvr.it&utm_medium=mastodon #ED #PinarayiVijayan #violence #court
-25zn is quickly becoming my favorite #ed (1) command. ;)