m (ToddAdmin moved page Command Line Overview to Command Line without leaving a redirect: Simple url) |
(→Other Resources) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <seo title="Command Line Overview | vEdit" description=" | + | __NOTOC__ |
| + | <seo title="vEdit Command Line Overview | vEdit" description="This article give you an overview of all the resources over using Command Line in the vEdit editor."></seo> | ||
{{DISPLAYTITLE:Command Line Overview }} | {{DISPLAYTITLE:Command Line Overview }} | ||
| Line 41: | Line 42: | ||
*[[Search_And_Replace_Command_Line#Unsuccessful_Search_and_Replace|Unsuccessful Search and Replace]] | *[[Search_And_Replace_Command_Line#Unsuccessful_Search_and_Replace|Unsuccessful Search and Replace]] | ||
| − | == | + | ==Related Resources== |
*[[Command Mode]] | *[[Command Mode]] | ||
*[[Entering Command Mode]] | *[[Entering Command Mode]] | ||
*[[Entering_Command_Mode#Return_to_Visual_Mode|Return to Visual Mode]] | *[[Entering_Command_Mode#Return_to_Visual_Mode|Return to Visual Mode]] | ||
In Command Mode, learn how to enter vEdit Command Mode, you are prompted for "command lines" by the "COMMAND:" prompt. Each command line you enter consists of a single command or a sequence of multiple commands that end
by pressing Enter, at which time the command line is executed.
Since no commands are executed until you press Enter, the line can be edited as you enter it. Once the execution begins, it can be aborted by pressing Cancel or Keyboard Shortcut default: <Ctrl-\> (Other Shortcuts:<Ctrl-C> or <Ctrl-Break>). This results in the *BREAK* message and a new "COMMAND:" prompt. vEdit checks for CANCEL before any new command is executed, at the end of each line displayed on the screen and during commands which repeatedly access the disk.
You may see a << displayed at the end of a line preceding the "COMMAND:" prompt. This only indicates that the previous line did not end in a "newline". It can occur when you use the "NOCR" option on selected commands to suppress the newline.