QNX fullscreen Editor (QNX2)
qed [-br] [file [commands...]]
The qed utility is a fullscreen editor which has been shipped with QNX since the early days of the QNX2 operating system. It has been ported to QNX 4 for the convenience of the many people who have become accustomed to it. However, it is no longer the preferred editor in QNX and its use is deprecated. The qed editor is a niche editor available only on QNX, while other options such as vi and emacs are more universally available.
If you enter this editor by accident, the best way to get out is to hit q Enter while the cursor is on the top command line. Because it was designed for the console with full PC keyboard capabilities, its use is more limited on terminals and many terminfo entries do not describe the capabilities it requires for such basic things as getting back to its command line.
For more information on qed, you'll find a complete HTML manual online.
This editor is provided "as is" and its use is not encouraged. |
Edit the file myfile.c:
qed myfile.c
Edit the file myfile.c, moving to line 320 on startup:
qed myfile.c 320