Brief overview of text editor shell
The text editor shell, invoked by edit
, is one of the shells available in the kernel that provides you basic text editing functions.
For more information about every command, click the command.
All text editor commands
Command | Description |
---|---|
Adds a new line. | |
Adds the new lines | |
Clears the text file. | |
Deletes a character. | |
Deletes a line. | |
Deletes a word. | |
Edits a line. | |
Exits the shell with saving. | |
Exits the shell without saving. | |
Prints the current text contents. | |
Queries a character. | |
Queries a word. | |
Queries a word by regex. | |
Replaces a word or phrase in the entire text file. | |
Replaces a word or phrase in the specified line. | |
Replaces a word or phrase in the entire text file. | |
Replaces a word or phrase in the specified line. | |
Saves changes to a text file. |
Last updated