Changes

Jump to: navigation, search

OPS102 - File Globbing, Common Commands, Text Editors

35 bytes added, 22:15, 19 September 2023
Text Editors
Nano provides a help display at the bottom of the screen. The carat <code>^</code> symbol indicates the control key, so the help text "^X Exit" means that you would press Ctrl-X to exit from the editor.
The current versions of Windows (Windows 10 & 11) do not provide a CLI/TUI text editor. However, you can run the GUI Notepad editor from the command line (as long as you are not accessing the Windows system remotelythrough a non-graphical connection):
notepad
notepad ''file''

Navigation menu