8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man1 / history.1
blob1edabba9a07b66d631ee6351d962e4a964c4fa19
1 '\" te
2 .\" Copyright 1989 AT&T
3 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved
4 .\" Portions Copyright (c) 1982-2007 AT&T Knowledge Ventures
5 .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
6 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
7 .\" http://www.opengroup.org/bookstore/.
8 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
9 .\"  This notice shall appear on any product containing this material.
10 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
11 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
12 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
13 .TH HISTORY 1 "Nov 2, 2007"
14 .SH NAME
15 history, fc, hist \- process command history list
16 .SH SYNOPSIS
17 .LP
18 .nf
19 \fB/usr/bin/fc\fR [\fB-r\fR] [\fB-e\fR \fIeditor\fR] [\fIfirst\fR [\fIlast\fR]]
20 .fi
22 .LP
23 .nf
24 \fB/usr/bin/fc\fR \fB-l\fR [\fB-nr\fR] [\fIfirst\fR [\fIlast\fR]]
25 .fi
27 .LP
28 .nf
29 \fB/usr/bin/fc\fR \fB-s\fR [\fIold\fR=\fInew\fR] [\fIfirst\fR]
30 .fi
32 .SS "csh"
33 .LP
34 .nf
35 \fBhistory\fR [\fB-hr\fR] [\fIn\fR]
36 .fi
38 .SS "ksh"
39 .LP
40 .nf
41 \fBfc\fR \fB-e\fR \fB-\fR [\fIold\fR=\fInew\fR] [\fIcommand\fR]
42 .fi
44 .LP
45 .nf
46 \fBfc\fR \fB-s\fR [\fIold\fR = \fInew\fR] [\fIcommand\fR]
47 .fi
49 .LP
50 .nf
51 \fBfc\fR [\fB-e\fR \fIename\fR] [\fB-nlr\fR] [\fIfirst\fR [\fIlast\fR]]
52 .fi
54 .SS "ksh93"
55 .LP
56 .nf
57 \fBhist\fR [\fB-lnprs\fR] [\fB-e\fR \fIeditor\fR][\fB-N\fR \fInum\fR][\fIfirst\fR[\fIlast\fR]]
58 .fi
60 .SH DESCRIPTION
61 .SS "/usr/bin/fc"
62 .sp
63 .LP
64 The \fBfc\fR utility lists or edits and reexecutes, commands previously entered
65 to an interactive \fBsh\fR.
66 .sp
67 .LP
68 The command history list references commands by number. The first number in the
69 list is selected arbitrarily. The relationship of a number to its command does
70 not change except when the user logs in and no other process is accessing the
71 list, at which time the system can reset the numbering to start the oldest
72 retained command at another number (usually 1). When the number reaches the
73 value in \fBHISTSIZE\fR or \fB32767\fR (whichever is greater), the shell can
74 wrap the numbers, starting the next command with a lower number (usually 1).
75 However, despite this optional wrapping of numbers, \fBfc\fR maintains the
76 time-ordering sequence of the commands. For example, if four commands in
77 sequence are given the numbers 32 766, 32 767, 1 (wrapped), and 2 as they are
78 executed, command 32 767 is considered the command previous to 1, even though
79 its number is higher.
80 .sp
81 .LP
82 When commands are edited (when the \fB-l\fR option is not specified), the
83 resulting lines is entered at the end of the history list and then reexecuted
84 by \fBsh\fR. The \fBfc\fR command that caused the editing is not entered into
85 the history list. If the editor returns a non-zero exit status, this suppresses
86 the entry into the history list and the command reexecution. Any command-line
87 variable assignments or redirection operators used with \fBfc\fR affects both
88 the \fBfc\fR command itself as well as the command that results, for example:
89 .sp
90 .in +2
91 .nf
92 \fBfc -s -- -1 2>/dev/null\fR
93 .fi
94 .in -2
95 .sp
97 .sp
98 .LP
99 reinvokes the previous command, suppressing standard error for both \fBfc\fR
100 and the previous command.
101 .SS "csh"
104 Display the history list. If \fIn\fR is given, display only the \fIn\fR most
105 recent events.
107 .ne 2
109 \fB\fB-r\fR\fR
111 .RS 6n
112 Reverse the order of printout to be most recent first rather than oldest first.
116 .ne 2
118 \fB\fB-h\fR\fR
120 .RS 6n
121 Display the history list without leading numbers. This is used to produce files
122 suitable for sourcing using the \fB-h\fR option to the \fBcsh\fR built-in
123 command, \fBsource\fR(1).
126 .SS "History Substitution:"
129 History substitution allows you to use words from previous command lines in the
130 command line you are typing. This simplifies spelling corrections and the
131 repetition of complicated commands or arguments. Command lines are saved in the
132 history list, the size of which is controlled by the \fBhistory\fR variable.
133 The \fBhistory\fR shell variable can be set to the maximum number of command
134 lines that is saved in the history file, that is:
136 .in +2
138 set history = 200
140 .in -2
144 allows the history list to keep track of the most recent 200 command lines. If
145 not set, the C shell saves only the most recent command.
148 A history substitution begins with a \fB!\fR (although you can change this with
149 the \fBhistchars\fR variable) and can occur anywhere on the command line;
150 history substitutions do not nest. The \fB!\fR can be escaped with \fB\e\fR to
151 suppress its special meaning.
154 Input lines containing history substitutions are echoed on the terminal after
155 being expanded, but before any other substitutions take place or the command
156 gets executed.
157 .SS "Event Designators:"
160 An event designator is a reference to a command line entry in the history list.
162 .ne 2
164 \fB\fB!\fR\fR
166 .sp .6
167 .RS 4n
168 Start a history substitution, except when followed by a space character, tab,
169 newline, \fB=\fR or \fB(\fR.
173 .ne 2
175 \fB\fB!!\fR\fR
177 .sp .6
178 .RS 4n
179 Refer to the previous command. By itself, this substitution repeats the
180 previous command.
184 .ne 2
186 \fB\fB!\fR\fIn\fR\fR
188 .sp .6
189 .RS 4n
190 Refer to command line \fIn\fR.
194 .ne 2
196 \fB\fB!\fR\fB-n\fR\fR
198 .sp .6
199 .RS 4n
200 Refer to the current command line minus \fIn\fR.
204 .ne 2
206 \fB\fB!\fR\fIstr\fR\fR
208 .sp .6
209 .RS 4n
210 Refer to the most recent command starting with \fIstr\fR.
214 .ne 2
216 \fB\fB!?\fR\fIstr\fR\fB?\fR\fR
218 .sp .6
219 .RS 4n
220 Refer to the most recent command containing \fIstr\fR.
224 .ne 2
226 \fB\fB!?\fR\fIstr\fR\fB?\fR \fIadditional\fR\fR
228 .sp .6
229 .RS 4n
230 Refer to the most recent command containing \fIstr\fR and append
231 \fIadditional\fR to that referenced command.
235 .ne 2
237 \fB\fB!{\fR\fBcommand\fR\fB}\fR \fIadditional\fR\fR
239 .sp .6
240 .RS 4n
241 Refer to the most recent command beginning with \fBcommand\fR and append
242 \fIadditional\fR to that referenced command.
246 .ne 2
248 \fB\fB^\fR\fIprevious_word\fR\fB^\fR\fIreplacement\fR\fB^\fR\fR
250 .sp .6
251 .RS 4n
252 Repeat the previous command line replacing the string \fIprevious_word\fR with
253 the string \fIreplacement\fR. This is equivalent to the history substitution:
255 Repeat the previous command line replacing the string \fIprevious_word\fR with
256 the string \fIreplacement\fR. This is equivalent to the history substitution:
258 .in +2
260 \fB!:s/\fR\fIprevious_word\fR\fB/\fR\fIreplacement\fR\fB/\fR.
262 .in -2
264 To re-execute a specific previous command \fBand\fR make such a substitution,
265 say, re-executing command #6:
267 .in +2
269 \fB!:6s/\fR\fIprevious_word\fR\fB/\fR\fIreplacement\fR\fB/\fR.
271 .in -2
275 .SS "Word Designators:"
278 A `\fB:\fR' (colon) separates the event specification from the word designator.
279 2It can be omitted if the word designator begins with a \fB^\fR, \fB$\fR,
280 \fB*\fR, \fB\(mi\fR or \fB%\fR. If the word is to be selected from the previous
281 command, the second \fB!\fR character can be omitted from the event
282 specification. For instance, \fB!!:1\fR and \fB!:1\fR both refer to the first
283 word of the previous command, while \fB!!$\fR and \fB!$\fR both refer to the
284 last word in the previous command. Word designators include:
286 .ne 2
288 \fB\fB#\fR\fR
290 .RS 10n
291 The entire command line typed so far.
295 .ne 2
297 \fB\fB0\fR\fR
299 .RS 10n
300 The first input word (command).
304 .ne 2
306 \fB\fIn\fR\fR
308 .RS 10n
309 The \fIn\fR'th argument.
313 .ne 2
315 \fB\fB^\fR\fR
317 .RS 10n
318 The first argument, that is, \fB1\fR.
322 .ne 2
324 \fB\fB$\fR\fR
326 .RS 10n
327 The last argument.
331 .ne 2
333 \fB\fB%\fR\fR
335 .RS 10n
336 The word matched by (the most recent) \fB?\fR\fIs\fR search.
340 .ne 2
342 \fB\fIx\fR\fB\(mi\fR\fIy\fR\fR
344 .RS 10n
345 A range of words; \fB\(mi\fR\fIy\fR abbreviates \fB0\(mi\fR\fIy\fR.
349 .ne 2
351 \fB\fB*\fR\fR
353 .RS 10n
354 All the arguments, or a null value if there is just one word in the event.
358 .ne 2
360 \fB\fIx\fR\fB*\fR\fR
362 .RS 10n
363 Abbreviates \fIx\fR\fB\(mi$\fR\fI\&.\fR
367 .ne 2
369 \fB\fIx\fR\fB\(mi\fR\fR
371 .RS 10n
372 Like \fIx\fR\fB*\fR but omitting word \fB$\fR.
375 .SS "Modifiers:"
378 After the optional word designator, you can add a sequence of one or more of
379 the following modifiers, each preceded by a \fB:\fR.
381 .ne 2
383 \fB\fBh\fR\fR
385 .RS 28n
386 Remove a trailing pathname component, leaving the head.
390 .ne 2
392 \fB\fBr\fR\fR
394 .RS 28n
395 Remove a trailing suffix of the form `\fB\&.\fR\fIxxx\fR', leaving the
396 basename.
400 .ne 2
402 \fB\fBe\fR\fR
404 .RS 28n
405 Remove all but the suffix, leaving the extension.
409 .ne 2
411 \fB\fBs/\fR\fIoldchars\fR\fB/\fR\fIreplacements\fR\fB/\fR\fR
413 .RS 28n
414 Substitute \fIreplacements\fR for \fIoldchars\fR. \fIoldchars\fR is a string
415 that can contain embedded blank spaces, whereas \fIprevious_word\fR in the
416 event designator can not.
418 .in +2
420 \fB^\fR\fIoldchars\fR\fB^\fR\fIreplacements\fR\fB^\fR
422 .in -2
427 .ne 2
429 \fB\fBt\fR\fR
431 .RS 28n
432 Remove all leading pathname components, leaving the tail.
436 .ne 2
438 \fB\fB&\fR\fR
440 .RS 28n
441 Repeat the previous substitution.
445 .ne 2
447 \fB\fBg\fR\fR
449 .RS 28n
450 Apply the change to the first occurrence of a match in each word, by prefixing
451 the above (for example, \fBg&\fR).
455 .ne 2
457 \fB\fBp\fR\fR
459 .RS 28n
460 Print the new command but do not execute it.
464 .ne 2
466 \fB\fBq\fR\fR
468 .RS 28n
469 Quote the substituted words, escaping further substitutions.
473 .ne 2
475 \fB\fBx\fR\fR
477 .RS 28n
478 Like \fBq\fR, but break into words at each space character, tab or newline.
483 Unless preceded by a \fBg\fR, the modification is applied only to the first
484 string that matches \fIoldchars\fR. An error results if no string matches.
487 The left-hand side of substitutions are not regular expressions, but character
488 strings. Any character can be used as the delimiter in place of \fB/\fR. A
489 backslash quotes the delimiter character. The character \fB&\fR, in the right
490 hand side, is replaced by the text from the left-hand-side. The \fB&\fR can be
491 quoted with a backslash. A null \fIoldchars\fR uses the previous string either
492 from a \fIoldchars\fR or from a contextual scan string \fIs\fR from
493 \fB!?\fR\fIs\fR. You can omit the rightmost delimiter if a newline immediately
494 follows \fIreplacements\fR; the rightmost \fB?\fR in a context scan can
495 similarly be omitted.
498 Without an event specification, a history reference refers either to the
499 previous command, or to a previous history reference on the command line (if
500 any).
501 .SS "ksh"
504 Using \fBfc\fR, in the form of
506 .in +2
508 \fBfc -e \(mi [\fIold\fR=\fInew\fR] [\fIcommand\fR],\fR
510 .in -2
517 .in +2
519 \fBfc -s [\fIold\fR=\fInew\fR] [\fIcommand\fR],\fR
521 .in -2
526 the \fIcommand\fR is re-executed after the substitution
527 \fIold\fR\fB=\fR\fInew\fR is performed. If there is not a \fIcommand\fR
528 argument, the most recent command typed at this terminal is executed.
531 Using \fBfc\fR in the form of
533 .in +2
535 \fBfc [-e \fIename\fR] [-nlr ] [\fIfirst\fR [\fIlast\fR]],\fR
537 .in -2
542 a range of commands from \fIfirst\fR to \fIlast\fR is selected from the last
543 \fBHISTSIZE\fR commands that were typed at the terminal. The arguments
544 \fIfirst\fR and \fIlast\fR can be specified as a number or as a string. A
545 string is used to locate the most recent command starting with the given
546 string. A negative number is used as an offset to the current command number.
547 If the \fB-l\fR flag is selected, the commands are listed on standard output.
548 Otherwise, the editor program \fB-e\fR \fIname\fR is invoked on a file
549 containing these keyboard commands. If \fIename\fR is not supplied, then the
550 value of the variable \fBFCEDIT\fR (default \fB/bin/ed\fR) is used as the
551 editor. When editing is complete, the edited command(s) is executed. If
552 \fBlast\fR is not specified, it is set to \fIfirst\fR. If \fIfirst\fR is not
553 specified, the default is the previous command for editing and \(mi16 for
554 listing. The flag \fB-r\fR reverses the order of the commands and the flag
555 \fB-n\fR suppresses command numbers when listing. (See \fBksh\fR(1) for more
556 about command line editing.)
558 .ne 2
560 \fB\fBHISTFILE\fR\fR
562 .RS 12n
563 If this variable is set when the shell is invoked, then the value is the
564 pathname of the file that is used to store the command history.
568 .ne 2
570 \fB\fBHISTSIZE\fR\fR
572 .RS 12n
573 If this variable is set when the shell is invoked, then the number of
574 previously entered commands that are accessible by this shell is greater than
575 or equal to this number. The default is \fB128\fR.
578 .SS "Command Re-entry:"
581 The text of the last \fBHISTSIZE\fR (default 128) commands entered from a
582 terminal device is saved in a \fBhistory\fR file. The file
583 \fB$HOME/.sh_history\fR is used if the \fBHISTFILE\fR variable is not set or if
584 the file it names is not writable. A shell can access the commands of all
585 \fIinteractive\fR shells which use the same named \fBHISTFILE\fR. The special
586 command \fBfc\fR is used to list or edit a portion of this file. The portion of
587 the file to be edited or listed can be selected by number or by giving the
588 first character or characters of the command. A single command or range of
589 commands can be specified. If you do not specify an editor program as an
590 argument to \fBfc\fR then the value of the variable \fBFCEDIT\fR is used. If
591 \fBFCEDIT\fR is not defined then \fB/bin/ed\fR is used. The edited command(s)
592 is printed and re-executed upon leaving the editor. The editor name \fB\(mi\fR
593 is used to skip the editing phase and to re-execute the command. In this case a
594 substitution parameter of the form \fIold\fR\fB=\fR\fInew\fR can be used to
595 modify the command before execution. For example, if \fBr\fR is aliased to
596 \fBa\'fc\fR \fB-e\fR \fB\(mi a\'\fR then typing \fB`r\fR \fBbad=good\fR
597 \fBc'\fR re-executes the most recent command which starts with the letter
598 \fBc\fR, replacing the first occurrence of the string \fBbad\fR with the string
599 \fBgood\fR.
602 Using the \fBfc\fR built-in command within a compound command causes the whole
603 command to disappear from the history file.
604 .SS "ksh93"
607 \fBhist\fR lists, edits, or re-executes commands previously entered into the
608 current shell environment.
611 The command history list references commands by number. The first number in the
612 list is selected arbitrarily. The relationship of a number to its command does
613 not change during a login session. When the number reaches \fB32767\fR the
614 number wraps around to \fB1\fR but maintains the ordering.
617 When the \fBl\fR option is not specified, and commands are edited, the
618 resulting lines are entered at the end of the history list and then re-executed
619 by the current shell. The \fBhist\fR command that caused the editing is not
620 entered into the history list. If the editor returns a \fBnon-zero\fR exit
621 status, this suppresses the entry into the history list and the command
622 re-execution. Command line variable assignments and redirections affect both
623 the \fBhist\fR command and the commands that are re-executed.
626 \fIfirst\fR and \fIlast\fR define the range of commands. Specify \fIfirst\fR
627 and \fIlast\fR as one of the following:
629 .ne 2
631 \fB\fInumber\fR\fR
633 .RS 11n
634 A positive number representing a command number. A \fB+\fR sign can precede
635 \fInumber\fR.
639 .ne 2
641 \fB\fB-\fR\fInumber\fR\fR
643 .RS 11n
644 A negative number representing a command that was executed \fInumber\fR
645 commands previously. For example, \fB-1\fR is the previous command.
649 .ne 2
651 \fB\fIstring\fR\fR
653 .RS 11n
654 \fIstring\fR indicates the most recently entered command that begins with
655 \fIstring\fR. \fIstring\fR should not contain an \fB=\fR.
660 If \fIfirst\fR is omitted, the previous command is used, unless \fB-l\fR is
661 specified, in which case it defaults to \fB-16\fR and last defaults to
662 \fB-1\fR.
665 If \fIfirst\fR is specified and \fIlast\fR is omitted, then \fIlast\fR defaults
666 to \fIfirst\fR unless \fB-l\fR is specified in which case it defaults to
667 \fB-1\fR.
670 If no editor is specified, then the editor specified by the \fBHISTEDIT\fR
671 variable is used if set, or the \fBFCEDIT\fR variable is used if set,
672 otherwise, \fBed\fR is used.
673 .SH OPTIONS
676 The following options are supported:
678 .ne 2
680 \fB\fB\fR\fB-e\fR \fIeditor\fR\fR
682 .RS 13n
683 Uses the editor named by \fIeditor\fR to edit the commands. The \fIeditor\fR
684 string is a utility name, subject to search via the \fBPATH\fR variable. The
685 value in the \fBFCEDIT\fR variable is used as a default when \fB-e\fR is not
686 specified. If \fBFCEDIT\fR is null or unset, \fBed\fR is used as the editor.
690 .ne 2
692 \fB\fB-l\fR\fR
694 .RS 13n
695 (The letter ell.) Lists the commands rather than invoking an editor on them.
696 The commands is written in the sequence indicated by the \fIfirst\fR and
697 \fIlast\fR operands, as affected by \fB-r\fR, with each command preceded by the
698 command number.
702 .ne 2
704 \fB\fB-n\fR\fR
706 .RS 13n
707 Suppresses command numbers when listing with \fB-l\fR.
711 .ne 2
713 \fB\fB-r\fR\fR
715 .RS 13n
716 Reverses the order of the commands listed (with \fB-l\fR \fB)\fR or edited
717 (with neither \fB-l\fR nor \fB-s\fR).
721 .ne 2
723 \fB\fB-s\fR\fR
725 .RS 13n
726 Re-executes the command without invoking an editor.
729 .SS "ksh93"
732 \fBksh93\fR supports the following options:
734 .ne 2
736 \fB\fB-e\fR \fIeditor\fR\fR
738 .RS 13n
739 Specify the editor to use to edit the history command. A value of \fB-\fR for
740 \fIeditor\fR is equivalent to specifying the \fB-s\fR option.
744 .ne 2
746 \fB\fB-l\fR\fR
748 .RS 13n
749 List the commands rather than editing and re-executing them.
753 .ne 2
755 \fB\fB-N\fR \fInum\fR\fR
757 .RS 13n
758 Start at \fInum\fR commands back.
762 .ne 2
764 \fB\fB-n\fR\fR
766 .RS 13n
767 Suppress the command numbers when the commands are listed.
771 .ne 2
773 \fB\fB-p\fR\fR
775 .RS 13n
776 Write the result of history expansion for each operand to standard output. All
777 other options are ignored.
781 .ne 2
783 \fB\fB-r\fR\fR
785 .RS 13n
786 Reverse the order of the commands.
790 .ne 2
792 \fB\fB-s\fR\fR
794 .RS 13n
795 Re-execute the command without invoking an editor. In this case an operand of
796 the form \fIold=new\fR can be specified to change the first occurrence of the
797 string \fIold\fR in the command to \fInew\fR before re-executing the command.
800 .SH OPERANDS
803 The following operands are supported:
805 .ne 2
807 \fB\fIfirst\fR\fR
811 \fB\fIlast\fR\fR
813 .RS 9n
814 Selects the commands to list or edit. The number of previous commands that can
815 be accessed is determined by the value of the \fBHISTSIZE\fR variable. The
816 value of \fIfirst\fR or \fIlast\fR or both is one of the following:
818 .ne 2
820 \fB[\fB+\fR]\fInumber\fR\fR
822 .RS 14n
823 A positive number representing a command number. Command numbers can be
824 displayed with the \fB-l\fR option.
828 .ne 2
830 \fB\fB\(mi\fR\fInumber\fR\fR
832 .RS 14n
833 A negative decimal number representing the command that was executed
834 \fInumber\fR of commands previously. For example, \fB\(mi1\fR is the
835 immediately previous command.
839 .ne 2
841 \fB\fIstring\fR\fR
843 .RS 14n
844 A string indicating the most recently entered command that begins with that
845 string. If the \fIold=new\fR operand is not also specified with \fB-s\fR, the
846 string form of the \fIfirst\fR operand cannot contain an embedded equal sign.
848 When the synopsis form with \fB-s\fR is used, if \fIfirst\fR is omitted, the
849 previous command is used.
851 For the synopsis forms without \fB-s\fR \fB:\fR
852 .RS +4
854 .ie t \(bu
855 .el o
856 If \fIlast\fR is omitted, \fIlast\fR defaults to the previous command when
857 \fB-l\fR is specified; otherwise, it defaults to \fIfirst\fR.
859 .RS +4
861 .ie t \(bu
862 .el o
863 If \fIfirst\fR and \fIlast\fR are both omitted, the previous 16 commands is
864 listed or the previous single command is edited (based on the \fB-l\fR option).
866 .RS +4
868 .ie t \(bu
869 .el o
870 If \fIfirst\fR and \fIlast\fR are both present, all of the commands from
871 \fIfirst\fR to \fIlast\fR is edited (without \fB-l\fR \fB)\fR or listed (with
872 \fB-l\fR). Editing multiple commands is accomplished by presenting to the
873 editor all of the commands at one time, each command starting on a new line. If
874 \fIfirst\fR represents a newer command than \fIlast\fR, the commands is listed
875 or edited in reverse sequence, equivalent to using \fB-r\fR. For example, the
876 following commands on the first line are equivalent to the corresponding
877 commands on the second:
879 .in +2
881 fc -r 10 20     fc    30 40
882 fc   20 10      fc -r 40 30
884 .in -2
887 .RS +4
889 .ie t \(bu
890 .el o
891 When a range of commands is used, it is not be an error to specify \fIfirst\fR
892 or \fIlast\fR values that are not in the history list. \fBfc\fR substitutes the
893 value representing the oldest or newest command in the list, as appropriate.
894 For example, if there are only ten commands in the history list, numbered 1 to
897 .in +2
899 fc -l
900 fc 1 99
902 .in -2
904 lists and edits, respectively, all ten commands.
909 .ne 2
911 \fB\fIold=new\fR\fR
913 .RS 14n
914 Replace the first occurrence of string \fIold\fR in the commands to be
915 reexecuted by the string \fInew\fR.
920 .SH OUTPUT
923 When the \fB-l\fR option is used to list commands, the format of each command
924 in the list is as follows:
926 .in +2
928 \fB"%d\et%s\en", <\fR\fIline number\fR\fB>, <\fR\fIcommand\fR\fB>\fR
930 .in -2
934 If both the \fB-l\fR and \fB-n\fR options are specified, the format of each
935 command is:
937 .in +2
939 \fB"\et%s\en", <\fR\fIcommand\fR\fB>\fR
941 .in -2
945 If the \fIcommand\fR\fIcommand\fR consists of more than one line, the lines
946 after the first are displayed as:
948 .in +2
950 \fB"\et%s\en", <\fR\fIcontinued-command\fR\fB>\fR
952 .in -2
954 .SH EXAMPLES
956 \fBExample 1 \fRUsing history and fc
958 .in +2
960              csh                                     ksh
962 % history                               $ fc -l
963   1   cd /etc                             1   cd /etc
964   2   vi passwd                           2   vi passwd
965   3   date                                3   date
966   4   cd                                  4   cd
967   5   du .                                5   du .
968   6   ls -t                               6   ls -t
969   7   history                             7   fc -l
971 % !d                                    $ fc -e - d
972   du .                                    du .
973   262   ./SCCS                            262   ./SCCS
974   336   .                                 336   .
976 % !da                                   $ fc -e - da
977   Thu Jul 21 17:29:56 PDT 1994            Thu Jul 21 17:29:56 PDT 1994
979 %                                       $ alias \e!='fc -e -'
981 % !!                                    $ !
982   date                                    alias ='fc -e -'
983   Thu Jul 21 17:29:56 PDT 1994
985 .in -2
987 .SH ENVIRONMENT VARIABLES
990 See \fBenviron\fR(5) for descriptions of the following environment variables
991 that affect the execution of \fBfc\fR: \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and
992 \fBNLSPATH\fR.
994 .ne 2
996 \fB\fBFCEDIT\fR\fR
998 .RS 12n
999 This variable, when expanded by the shell, determines the default value for the
1000 \fB-e\fR \fIeditor\fR option's \fIeditor\fR option-argument. If \fBFCEDIT\fR is
1001 null or unset, \fBed\fR(1) is used as the editor.
1005 .ne 2
1007 \fB\fBHISTFILE\fR\fR
1009 .RS 12n
1010 Determine a pathname naming a command history file. If the \fBHISTFILE\fR
1011 variable is not set, the shell can attempt to access or create a file
1012 \fB\&.sh_history\fR in the user's home directory. If the shell cannot obtain
1013 both read and write access to, or create, the history file, it uses an
1014 unspecified mechanism that allows the history to operate properly. (References
1015 to history ``file'' in this section are understood to mean this unspecified
1016 mechanism in such cases.) \fBfc\fR can choose to access this variable only when
1017 initializing the history file; this initialization occurs when \fBfc\fR or
1018 \fBsh\fR first attempt to retrieve entries from, or add entries to, the file,
1019 as the result of commands issued by the user, the file named by the \fBENV\fR
1020 variable, or a system startup file such as \fB/etc/profile\fR. (The
1021 initialization process for the history file can be dependent on the system
1022 startup files, in that they can contain commands that effectively preempts the
1023 user's settings of \fBHISTFILE\fR and \fBHISTSIZE\fR. For example, function
1024 definition commands are recorded in the history file, unless the \fBset\fR
1025 \fB-o\fR \fBnolog\fR option is set. If the system administrator includes
1026 function definitions in some system startup file called before the \fBENV\fR
1027 file, the history file is initialized before the user gets a chance to
1028 influence its characteristics.) The variable \fBHISTFILE\fR is accessed
1029 initially when the shell is invoked. Any changes to \fBHISTFILE\fR does not
1030 take effect until another shell is invoked.
1034 .ne 2
1036 \fB\fBHISTSIZE\fR\fR
1038 .RS 12n
1039 Determine a decimal number representing the limit to the number of previous
1040 commands that are accessible. If this variable is unset, an unspecified default
1041 greater than or equal to 128 are used. The variable \fBHISTSIZE\fR is accessed
1042 initially when the shell is invoked. Any changes to \fBHISTSIZE\fR does not
1043 take effect until another shell is invoked.
1046 .SH EXIT STATUS
1049 The following exit values are returned:
1051 .ne 2
1053 \fB\fB0\fR\fR
1055 .RS 6n
1056 Successful completion of the listing.
1060 .ne 2
1062 \fB\fB>0\fR\fR
1064 .RS 6n
1065 An error occurred.
1070 Otherwise, the exit status is that of the commands executed by \fBfc\fR or
1071 \fBhist\fR.
1072 .SH SEE ALSO
1075 \fBcsh\fR(1), \fBed\fR(1), \fBksh\fR(1), \fBksh93\fR(1), \fBset\fR(1),
1076 \fBset\fR(1F), \fBsh\fR(1), \fBsource\fR(1), \fBattributes\fR(5),
1077 \fBenviron\fR(5)