Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Created January 14, 2013 05:56
Show Gist options
  • Save nickmccurdy/4527994 to your computer and use it in GitHub Desktop.
Save nickmccurdy/4527994 to your computer and use it in GitHub Desktop.
Hello world with ed
$ ed
i
Hello, world!
.
w hello.txt
14
q
$ cat hello.txt
Hello, world!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment