Add Site or Add Page to Favorites
>

 Command History 

Preview DRM-free music
Play clips of the most popular DRM-Free music in MP3 format
Legal Music .com

Get information on your favorite TV Shows at TV Series .com

Clarify the meaning of the acronyms on your web site.

Acronym Dictionary

Acronym Finder

Social Networking Web Sites

Register your own domain name at A to Z Domains.

or buy domains at Domain Names For Sale .net


Printer-friendly PDF* format:

Using the Korn Shell

This Section

Using the Korn Shell

Turn on extended command history

To start recording the date and time that each command is executed, set the EXTENDED_HISTORY environment variable to ON:

export EXTENDED_HISTORY=ON

The CUT (Coordinated Universal Time) timestamp will be appended to each line of the ~/.sh_history file.

Display command history

The command history can be displayed with various history or fc (fix command) commands:

history
fc -l
history n
fc -l n

fc -t
history -t
fc -t n
history -t n

n specifies which command the listing is to start with. If it is negative, then the listing starts with the nth previous commmand; if it is non-negative, the listing starts with the specified command number. If -t is specified, the output will include the timestamps.

Repeat a previous command

r

without any parameters repeats the preceding command.

r searchtext

repeats the last command starting with the given search text.

r -n

repeats the nth previous command.

r n

repeats the specified command. The number of a command can be determined by displaying the command history or by setting the prompt to include the command number.

Last updated Tuesday October 3, 2006

You are currently viewing this page in XHTML 1* format (* see Clicklets for more infomation). This document is also available in XHTML 1 Style Sheet*XML* HTML 4*HTML 5 Style Sheet*HTML 5 XML*HTML 5 non-XML* XHTML 2* XHTML Mobile* WML Mobile* and printer-friendly PDF* formats. This is accomplished with Single Source Publishing, a content management system that uses templates in XSLT style sheets provided by XML Styles .com to transform the source content for various content delivery channels. There is also RDF* metadata that describes the content of this document.


Copyright © 2006 How To Guides .com. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.

DISCLAIMER: All information, links, forms, applications and other items on this site or obtained from it are provided AS IS, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.