Linux News
The world is talking about GNU/Linux and Free/Open Source Software
CLI Magic: Using command history in the bash shell
The Bourne Again Shell's history mechanism, a feature adapted from the C Shell, maintains a list of recently issued command lines, also called events, providing a quick way to reexecute any of the events in the list. This mechanism also enables you to execute variations of previous commands and to reuse arguments from them. You can replicate complicated commands and arguments that you used earlier in this login session or in a previous one and enter a series of commands that differ from one another in minor ways. The history list also serves as a record of what you have done. It can prove helpful when you have made a mistake and are not sure what you did, or when you want to keep a record of a procedure that involved a series of commands.
|
|
Full Story |
Subject |
Topic Starter |
Replies |
Views |
Last Post |
nice stuff |
tuxchick2 |
8 |
1,218 |
Jul 5, 2006 2:30 AM |
You cannot post until you login.