CLI Magic: Using command history in the bash shell (Linux.com)
[Posted July 3, 2006 by ris]
Linux.com
presents an
excerpt from chapter 9 of the Third Edition of
A Practical Guide to Red
Hat Linux: Fedora Core and Red Hat Enterprise Linux, which looks at
the bash history mechanism. "
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."
(
Log in to post comments)