Here's a challenge for #writers using osx, linux, or bsd: try #writing a passage using ed(1), the classic line-oriented editor.
1. Write each sentence on a separate line.
2. Add a blank line between paragraphs.
3. Don't try to go back and edit previous lines.
Let's see how far you can go. :)
@donblanco Did you use "a" to append text and "." on an empty line once you were done?