Features of Command Line Interface
This describes the features of the CLI, such as editing,
displaying, regular expressions, and history commands.
-
Editing
-
The system provides the editing function of basic commands. Therefore, users can edit the commands through the editing function keys.
-
Displaying
-
The CLI of the system provides displaying function. You can adjust the display information of the CLI through displaying function keys.
-
Regular Expressions
-
A regular expression is tool for mode matching. You should construct the matching mode based on certain rules, and then match the mode with the target object.
-
History Commands
-
The CLI automatically saves the history commands input by the user. You can invoke and repeatedly run the saved history command at any time.