Joe's Own Editor - a powerful text editor.
The joe command is a powerful, full-screen text editor with many features suitable for editing source code and text files.
joe [options] [file]
-force : Force a newline at the end of the last line.
-lines <n> : Set the number of screen lines.
-lightoff : Turn off highlighting after a block command is executed.
-autoindent : Enable automatic indentation.
-backpath <dir> : Specify a directory for backup files.
-beep : Beep on errors.
-columns <n> : Set the number of screen columns.
-csmode : Enable continuous search mode.
-exask : Prompt for confirmation before saving on Ctrl-K X.
-help : Display help when the program starts.
-nobackups : Do not create backup files.
-nonotice : Do not display version information on startup.
-nosta : Do not display the status line.
-noxon : Disable Ctrl-S and Ctrl-Q flow control.
File: The file to be edited.