gitlabEdit

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

[[addline|KS Text Editor Command addline]]

Adds a new line.

[[addlines|KS Text Editor Command addlines]]

Adds the new lines

[[clear|KS Text Editor Command clear]]

Clears the text file.

[[delcharnum|KS Text Editor Command delcharnum]]

Deletes a character.

[[delline|KS Text Editor Command delline]]

Deletes a line.

[[delword|KS Text Editor Command delword]]

Deletes a word.

[[editline|KS Text Editor Command editline]]

Edits a line.

[[exit|KS Text Editor Command exit]]

Exits the shell with saving.

[[exitnosave|KS Text Editor Command exitnosave]]

Exits the shell without saving.

[[print|KS Text Editor Command print]]

Prints the current text contents.

[[querychar|KS Text Editor Command querychar]]

Queries a character.

[[queryword|KS Text Editor Command queryword]]

Queries a word.

[[querywordregex|KS Text Editor Command querywordregex]]

Queries a word by regex.

[[replace|KS Text Editor Command replace]]

Replaces a word or phrase in the entire text file.

[[replaceinline|KS Text Editor Command replaceinline]]

Replaces a word or phrase in the specified line.

[[replaceregex|KS Text Editor Command replaceregex]]

Replaces a word or phrase in the entire text file.

[[replaceinlineregex|KS Text Editor Command replaceinlineregex]]

Replaces a word or phrase in the specified line.

[[save|KS Text Editor Command save]]

Saves changes to a text file.

Last updated