TrumanWong

joe

Powerful plain text editor

Supplementary instructions

joe command is a powerful plain text editor with many excellent features for writing programs and text.

grammar

joe(option)(parameter)

Options

-force: Force a newline symbol at the end of the last line;
-lines<number of lines>: set the number of lines;
-lightoff: The selected block will be restored to its original state after executing the block command;
-autoindent: automatic indentation;
-backpath: <directory>: specifies the directory of the backup file;
-beep: When editing, a beep will sound if there is an error;
-columns<columns>: set the number of columns;
-csmode: executable continuous search mode;
-dopadding: There is a buffer between the program and the tty;
-exask: In the program, when executing "Ctrl+k+x", it will first confirm whether to save the file;
-force: Force a newline symbol at the end of the last line;
-help: Display help when executing the program;
-keepup: After entering the program, the status bar is displayed at the top of the screen;
-marking: When selecting a block, the highlighted block will move with the cursor;
-mid: When the cursor moves out of the screen, the page will automatically scroll to bring the cursor back to the center;
-nobackups: Do not create backup files;
-nonotice: Do not display version information when the program is executed;
-nosta: When the program is executed, the status bar is not displayed;
-noxon: Try to cancel the function of "Ctrl+s" and "Ctrl+q" keys;
-orphan: If more than one file is opened at the same time, the other files will be placed in independent buffers and the editing area will not be opened separately;
-pg<number of lines>: When pressing "PageUp" or "PageDown" to change pages, the number of lines on the previous page to be retained;
-skiptop<number of lines>: Do not use the number of lines specified at the top of the screen.

Parameters

File: Specify the file to edit.