Add Command [A]
Adds lines into the workfile. There are five varieties of Add that cover all the ways you can add lines into a Qedit workfile:
NEW | Add new lines to your workfile from Stdin. |
STRING | Add a new line from the command prompt. |
COPY | Copy lines from one place to another. |
MOVE | Move lines from one place to another. |
FILE | Bring lines in from an external file. |
More:
Add (Adding a String as a Line)
Add (Copying Lines within a File)
Add (Moving Lines within a File)
Add (Copying Lines Between Files)