Text-Editor-commands-for-KS
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.
All mail commands
[[addline|KS Text Editor Command addline]]: Adds a new line.
[[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.
[[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.
[[replace|KS Text Editor Command replace]]: Replaces a word or phrase in the entire text file.
[[repalceinline|KS Text Editor Command repalceinline]]: Replaces a word or phrase in the specified line.
[[save|KS Text Editor Command save]]: Saves changes to a text file.
For more information about every command, click the command.
Last updated