Misplaced Pages

Command history: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 16:52, 5 January 2006 edit83.70.72.108 (talk) fixed "see also" links← Previous edit Revision as of 05:33, 18 September 2006 edit undoElonka (talk | contribs)Autopatrolled, Administrators70,958 editsm tagging as uncategorized using AWBNext edit →
Line 1: Line 1:
{{uncat|September 2006}}
'''Command history''' is a common feature in ]s in ]s (such as ], ], ], etc.), ] programs, and other ] that interacts with the user through a command line. Command history involves making previously-entered commands, usually up to some limit, easy to once again input to the command line. The usual method is for the user to use the Up (and Down) ] keys to navigate through the command history, but some programs also offer the facility for the user to press a certain function key which will show a ] of recent commands, from which the user can select one by typing a number. '''Command history''' is a common feature in ]s in ]s (such as ], ], ], etc.), ] programs, and other ] that interacts with the user through a command line. Command history involves making previously-entered commands, usually up to some limit, easy to once again input to the command line. The usual method is for the user to use the Up (and Down) ] keys to navigate through the command history, but some programs also offer the facility for the user to press a certain function key which will show a ] of recent commands, from which the user can select one by typing a number.



Revision as of 05:33, 18 September 2006

This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles.

Command history is a common feature in command line interfaces in operating system shells (such as Korn shell, Bash, cmd.exe, etc.), computer algebra programs, and other software that interacts with the user through a command line. Command history involves making previously-entered commands, usually up to some limit, easy to once again input to the command line. The usual method is for the user to use the Up (and Down) keyboard keys to navigate through the command history, but some programs also offer the facility for the user to press a certain function key which will show a menu of recent commands, from which the user can select one by typing a number.

Command history takes advantage of the fact the user may want to execute the same command many times, such as a developer frequently compiling and running a program, or else the new command may be a small modification of a previous one, hence necessitating little typing to modify it. It therefore saves a lot of typing for the user and increases the speed and accuracy of input to the computer.

See also