User Tools

Site Tools


sd:ed

This is an old revision of the document!


Table of Contents

ed

ED, the classic text editor, is now available included in version 0.7.1 and above.

Commands

q, Q

  : q

The q command quits the program. If you have unsaved work you must save it before quitting with q.

  : Q

The Q command insta-quits. You will lose any unsaved work.

a

  : a

This command appends to the document or the line.

  : a
  hello world
  this is line two
  testing ed
  .

This will allow you to type text into the file.

l, n, p

  : l

This command lists the document with all nonprintable characters shown as an escape code.

  : n

This command lists the document with line numbers in front for easy reference.

  : p

This simply prints the text as-is in human-readable format.

sd/ed.1774240263.txt.gz · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki