This file is indexed.

/usr/share/doc/zsh-common/html/Concept-Index.html is in zsh-doc 5.3.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
<head>
<title>zsh: Concept Index</title>

<meta name="description" content="zsh: Concept Index">
<meta name="keywords" content="zsh: Concept Index">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Concept-Index"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="User-Contributions.html#User-Contributions" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="User-Contributions.html#Styles-2" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="index.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="Variables-Index.html#Variables-Index" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left">[<a href="Variables-Index.html#Variables-Index" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="zsh_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="zsh_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Concept-Index-1"></a>
<h1 class="unnumbered">Concept Index</h1>

<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index-1_cp_symbol-1"><b>$</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_symbol-2"><b>-</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_symbol-3"><b>.</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Concept-Index-1_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-Z"><b>Z</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-cp" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_symbol-1">$</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-_00240_002c-setting">$0, setting</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-_00240_002c-using">$0, using</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_symbol-2">-</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-_002d_002dhelp">&ndash;help</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-_002d_002dversion">&ndash;version</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_symbol-3">.</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-_002ezwc-files_002c-creation">.zwc files, creation</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-acquiring-zsh-by-FTP">acquiring zsh by FTP</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Availability">2.2 Availability</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-aliases_002c-completion-of">aliases, completion of</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-aliases_002c-defining">aliases, defining</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-aliases_002c-expansion">aliases, expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-aliases_002c-global">aliases, global</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Aliasing">6.8 Aliasing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-aliases_002c-listing">aliases, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-aliases_002c-removing">aliases, removing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-aliasing">aliasing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Aliasing">6.8 Aliasing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-alternate-forms-for-complex-commands">alternate forms for complex commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Alternate-Forms-For-Complex-Commands">6.4 Alternate Forms For Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-always-blocks">always blocks</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ambiguous-completion">ambiguous completion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-annoying-keyboard_002c-sun">annoying keyboard, sun</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-anonymous-functions">anonymous functions</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Anonymous-Functions">9.2 Anonymous Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-argument-splitting_002c-in-typeset-etc_002e">argument splitting, in typeset etc.</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-arithmetic-base">arithmetic base</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-arithmetic-evaluation">arithmetic evaluation</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-arithmetic-expansion">arithmetic expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Arithmetic-Expansion">14.5 Arithmetic Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-arithmetic-operators">arithmetic operators</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-array-assignment">array assignment</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Array-Parameters">15.2 Array Parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-array-expansion-style_002c-rc">array expansion style, rc</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-array-parameters_002c-setting">array parameters, setting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-array-style_002c-ksh">array style, ksh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-arrays_002c-behaviour-of-index-zero">arrays, behaviour of index zero</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-arrays_002c-ksh-style">arrays, ksh style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-assignment">assignment</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-asynchronous-jobs_002c-and-exiting-shell">asynchronous jobs, and exiting shell</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Signals">10.2 Signals</a></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-author">author</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Author">2.1 Author</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-autoloading-functions">autoloading functions</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Autoloading-Functions">9.1 Autoloading Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-autoloading-functions-1">autoloading functions</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-availability-of-zsh">availability of zsh</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Availability">2.2 Availability</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-B">B</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-background-jobs_002c-I_002fO">background jobs, I/O</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-background-jobs_002c-notification">background jobs, notification</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-background-jobs_002c-priority-of">background jobs, priority of</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-bases_002c-in-arithmetic">bases, in arithmetic</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-bases_002c-output-in-C-format">bases, output in C format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-bash_002c-BASH_005fREMATCH-variable">bash, BASH_REMATCH variable</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-beep_002c-ambiguous-completion">beep, ambiguous completion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-beep_002c-enabling">beep, enabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-beep_002c-history">beep, history</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-bg_002c-output-in-POSIX-format">bg, output in POSIX format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-binding-keys">binding keys</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-binding-widgets">binding widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-bindings_002c-key">bindings, key</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Keymaps">18.2 Keymaps</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-brace-expansion">brace expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Brace-Expansion">14.6 Brace Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-brace-expansion_002c-disabling">brace expansion, disabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-brace-expansion_002c-extending">brace expansion, extending</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-bracketed-paste">bracketed paste</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-break_002c-inside-function">break, inside function</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-builtin-commands">builtin commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-builtins_002c-utility">builtins, utility</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzutil-Module">22.36 The zsh/zutil Module</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Calendar-Function-System.html#index-calendar-function-system">calendar function system</a></td><td>&nbsp;</td><td valign="top"><a href="Calendar-Function-System.html#Calendar-Function-System">23 Calendar Function System</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-calling-widgets">calling widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-capabilities_002c-getting-from-files">capabilities, getting from files</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcap-Module">22.3 The zsh/cap Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-capabilities_002c-setting">capabilities, setting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcap-Module">22.3 The zsh/cap Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-capabilities_002c-setting-on-files">capabilities, setting on files</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcap-Module">22.3 The zsh/cap Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-case-selection">case selection</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-case_002dinsensitive-globbing_002c-option">case-insensitive globbing, option</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-case_002dinsensitive-regular-expression-matches_002c-option">case-insensitive regular expression matches, option</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-cd_002c-automatic">cd, automatic</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-cd_002c-behaving-like-pushd">cd, behaving like pushd</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-cd_002c-to-parameter">cd, to parameter</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-cd_002c-with-_002e_002e-in-argument">cd, with .. in argument</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-CDPATH_002c-order-of-checking">CDPATH, order of checking</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-character-classes">character classes</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Glob-Operators">14.8.1 Glob Operators</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-characters_002c-_0028Unicode_0029-combining">characters, (Unicode) combining</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-characters_002c-multibyte_002c-in-expansion-and-globbing">characters, multibyte, in expansion and globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-clobbering_002c-of-files">clobbering, of files</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-clobbering_002c-POSIX-compatibility">clobbering, POSIX compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-cloning-the-shell">cloning the shell</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fclone-Module">22.4 The zsh/clone Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-colon-modifiers">colon modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Modifiers">14.1.4 Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-combining-characters-_0028Unicode_0029">combining characters (Unicode)</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Command-Execution.html#index-command-execution">command execution</a></td><td>&nbsp;</td><td valign="top"><a href="Command-Execution.html#Command-Execution">8 Command Execution</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-command-execution_002c-enabling">command execution, enabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-command-hashing">command hashing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Command-Execution.html#index-command-not-found_002c-handling-of">command not found, handling of</a></td><td>&nbsp;</td><td valign="top"><a href="Command-Execution.html#Command-Execution">8 Command Execution</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-command-substitution">command substitution</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Command-Substitution">14.4 Command Substitution</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-commands_002c-alternate-forms-for-complex">commands, alternate forms for complex</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Alternate-Forms-For-Complex-Commands">6.4 Alternate Forms For Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-commands_002c-builtin">commands, builtin</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-commands_002c-complex">commands, complex</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-commands_002c-disabling">commands, disabling</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-commands_002c-enabling">commands, enabling</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-commands_002c-simple">commands, simple</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-commands_002c-tracing">commands, tracing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-comments">comments</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Comments">6.7 Comments</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-comments_002c-in-interactive-shells">comments, in interactive shells</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-compatibility">compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Compatibility">4.2 Compatibility</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-compatibility_002c-csh">compatibility, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-compatibility_002c-ksh">compatibility, ksh</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-compatibility_002c-sh">compatibility, sh</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-compdef_002c-use-of-by-compinit">compdef, use of by compinit</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Autoloaded-files">20.2.2 Autoloaded files</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-compilation">compilation</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-completion-removable-suffix_002c-highlighting">completion removable suffix, highlighting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system">completion system</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-System">20 Completion System</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-adding-definitions">completion system, adding definitions</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Functions-2">20.2.3 Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-autoloaded-functions">completion system, autoloaded functions</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Autoloaded-files">20.2.2 Autoloaded files</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-bindable-commands">completion system, bindable commands</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Bindable-Commands">20.5 Bindable Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-choosing-completers">completion system, choosing completers</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Control-Functions">20.4 Control Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-completers">completion system, completers</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Control-Functions">20.4 Control Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-configuration">completion system, configuration</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-System-Configuration">20.3 Completion System Configuration</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-directory-structure">completion system, directory structure</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-Directories">20.8 Completion Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-initializing">completion system, initializing</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Use-of-compinit">20.2.1 Use of compinit</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-installing">completion system, installing</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Initialization">20.2 Initialization</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-styles">completion system, styles</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Standard-Styles">20.3.3 Standard Styles</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-tags">completion system, tags</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Standard-Tags">20.3.2 Standard Tags</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-utility-functions">completion system, utility functions</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-Functions">20.6 Utility Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion-system_002c-variables">completion system, variables</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-System-Variables">20.7 Completion System Variables</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion-widgets_002c-adding-specified-matches">completion widgets, adding specified matches</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Builtin-Commands">19.3 Completion Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion-widgets_002c-condition-codes">completion widgets, condition codes</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Condition-Codes">19.4 Completion Condition Codes</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-completion-widgets_002c-creating">completion widgets, creating</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion-widgets_002c-examining-and-setting-state-in">completion widgets, examining and setting state in</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Special-Parameters">19.2 Completion Special Parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion-widgets_002c-example">completion widgets, example</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Widget-Example">19.6 Completion Widget Example</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion-widgets_002c-modifying-special-parameters">completion widgets, modifying special parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Builtin-Commands">19.3 Completion Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-ambiguous">completion, ambiguous</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-beep-on-ambiguous">completion, beep on ambiguous</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-completion_002c-coloured-listings">completion, coloured listings</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcomplist-Module">22.7 The zsh/complist Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion_002c-controlling">completion, controlling</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Widgets">19 Completion Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion_002c-controlling-1">completion, controlling</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-System">20 Completion System</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Using-compctl.html#index-completion_002c-controlling-2">completion, controlling</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Using-compctl.html#Completion-Using-compctl">21 Completion Using compctl</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-exact-matches">completion, exact matches</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-listing">completion, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-completion_002c-listing-1">completion, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcomplist-Module">22.7 The zsh/complist Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-listing-choices">completion, listing choices</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-listing-choices_002c-bash-style">completion, listing choices, bash style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-listing-order">completion, listing order</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-menu">completion, menu</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-completion_002c-menu-1">completion, menu</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion_002c-programmable">completion, programmable</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Widgets">19 Completion Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-System.html#index-completion_002c-programmable-1">completion, programmable</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-System.html#Completion-System">20 Completion System</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Using-compctl.html#index-completion_002c-programmable-2">completion, programmable</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Using-compctl.html#Completion-Using-compctl">21 Completion Using compctl</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-completion_002c-scroll-listings">completion, scroll listings</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcomplist-Module">22.7 The zsh/complist Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-completion_002c-selecting-by-cursor">completion, selecting by cursor</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Menu-selection">22.7.3 Menu selection</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-completion_002c-utility">completion, utility</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fcomputil-Module">22.8 The zsh/computil Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Completion-Widgets.html#index-completion_002c-widgets">completion, widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Completion-Widgets.html#Completion-Widgets">19 Completion Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-complex-commands">complex commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-conditional-expression">conditional expression</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Conditional-Expressions.html#index-conditional-expressions">conditional expressions</a></td><td>&nbsp;</td><td valign="top"><a href="Conditional-Expressions.html#Conditional-Expressions">12 Conditional Expressions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-continue_002c-inside-function">continue, inside function</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-continuing-jobs-automatically">continuing jobs automatically</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-continuing-loops">continuing loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-coprocess">coprocess</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-correction_002c-spelling">correction, spelling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-csh_002c-compatibility">csh, compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-csh_002c-history-style">csh, history style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-csh_002c-loop-style">csh, loop style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-csh_002c-null-command-style">csh, null command style</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-csh_002c-null-globbing-style">csh, null globbing style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-csh_002c-quoting-style">csh, quoting style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-csh_002c-redirections-with-no-command">csh, redirections with no command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-database-tied-array_002c-creating">database tied array, creating</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fdb_002fgdbm-Module">22.11 The zsh/db/gdbm Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-database-tied-array_002c-destroying">database tied array, destroying</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fdb_002fgdbm-Module">22.11 The zsh/db/gdbm Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-date-string_002c-printing">date string, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fdatetime-Module">22.10 The zsh/datetime Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-DEBUG-trap_002c-before-or-after-command">DEBUG trap, before or after command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-defining-widgets">defining widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-descriptors_002c-file">descriptors, file</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Redirection">7 Redirection</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-directories_002c-changing">directories, changing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directories_002c-hashing">directories, hashing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-directories_002c-maintaining-list-of-recent">directories, maintaining list of recent</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Recent-Directories">26.3 Remembering Recent Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directories_002c-marking">directories, marking</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directories_002c-named">directories, named</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-directories_002c-named_002c-dynamic">directories, named, dynamic</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Dynamic-named-directories">14.7.1 Dynamic named directories</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-directories_002c-named_002c-dynamic_002c-helper-function">directories, named, dynamic, helper function</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Other-Directory-Functions">26.4 Abbreviated dynamic references to directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-directories_002c-named_002c-static">directories, named, static</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Static-named-directories">14.7.2 Static named directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directory-stack_002c-controlling-syntax">directory stack, controlling syntax</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directory-stack_002c-ignoring-duplicates">directory stack, ignoring duplicates</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-directory-stack_002c-printing">directory stack, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-directory-stack_002c-silencing">directory stack, silencing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-disabling-brace-expansion">disabling brace expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-disabling-commands">disabling commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-discarding-embedded-nulls-in-_0024_0027_002e_002e_002e_0027">discarding embedded nulls in $&rsquo;...&rsquo;</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-disowning-jobs">disowning jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-doing-nothing">doing nothing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-doing-nothing_002c-successfully">doing nothing, successfully</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-doing-nothing_002c-unsuccessfully">doing nothing, unsuccessfully</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-dynamic-directory-naming_002c-helper-function">dynamic directory naming, helper function</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Other-Directory-Functions">26.4 Abbreviated dynamic references to directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-dynamic-named-directories">dynamic named directories</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Dynamic-named-directories">14.7.1 Dynamic named directories</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-E">E</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-echo_002c-BSD-compatible">echo, BSD compatible</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-editing-history">editing history</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-editing-over-slow-connection">editing over slow connection</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-editing-parameters">editing parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-editor-ksh-style">editor ksh style</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Description-1">18.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-editor_002c-enabling">editor, enabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-editor_002c-line">editor, line</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zsh-Line-Editor">18 Zsh Line Editor</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-editor_002c-overstrike-mode">editor, overstrike mode</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-editor_002c-single-line-mode">editor, single line mode</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-eight-bit-characters_002c-printing">eight bit characters, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-embedded-nulls_002c-in-_0024_0027_002e_002e_002e_0027">embedded nulls, in $&rsquo;...&rsquo;</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-enable-globbing-qualifiers">enable globbing qualifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-enable-history-substitution">enable history substitution</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-enabling-bracketed-paste">enabling bracketed paste</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-enabling-commands">enabling commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-enabling-globbing">enabling globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-enabling-the-beep">enabling the beep</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-enabling-the-editor">enabling the editor</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-environment">environment</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-environment-variables">environment variables</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-environment_002c-and-local-parameters">environment, and local parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-EOF_002c-ignoring">EOF, ignoring</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-error_002c-option-to-continue-script-on">error, option to continue script on</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-errors_002c-handling-of">errors, handling of</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Errors">6.6 Errors</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-escape-sequences_002c-terminal_002c-for-highlighting">escape sequences, terminal, for highlighting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-evaluating-arguments-as-commands">evaluating arguments as commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-evaluation_002c-arithmetic">evaluation, arithmetic</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-event-designators_002c-history">event designators, history</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Event-Designators">14.1.2 Event Designators</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-executables_002c-hashing">executables, hashing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Command-Execution.html#index-execution_002c-of-commands">execution, of commands</a></td><td>&nbsp;</td><td valign="top"><a href="Command-Execution.html#Command-Execution">8 Command Execution</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-execution_002c-timed">execution, timed</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fsched-Module">22.23 The zsh/sched Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-exit-status-from-pipeline">exit status from pipeline</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-exit-status_002c-printing">exit status, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-exit-status_002c-trapping">exit status, trapping</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-exiting-loops">exiting loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-exiting-shell_002c-and-asynchronous-jobs">exiting shell, and asynchronous jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Signals">10.2 Signals</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-exiting_002c-checking-jobs-when">exiting, checking jobs when</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-expanding-parameters">expanding parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion">expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Expansion">14 Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-expansion-style_002c-sh">expansion style, sh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion_002c-arithmetic">expansion, arithmetic</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Arithmetic-Expansion">14.5 Arithmetic Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion_002c-brace">expansion, brace</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Brace-Expansion">14.6 Brace Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-expansion_002c-brace_002c-disabling">expansion, brace, disabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-expansion_002c-brace_002c-extending">expansion, brace, extending</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion_002c-filename">expansion, filename</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Filename-Expansion">14.7 Filename Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion_002c-history">expansion, history</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#History-Expansion">14.1 History Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-expansion_002c-parameter">expansion, parameter</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Prompt-Expansion.html#index-expansion_002c-prompt">expansion, prompt</a></td><td>&nbsp;</td><td valign="top"><a href="Prompt-Expansion.html#Expansion-of-Prompt-Sequences">13.1 Expansion of Prompt Sequences</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-export">export</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-export_002c-automatic">export, automatic</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-exporting_002c-and-local-parameters">exporting, and local parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Conditional-Expressions.html#index-expressions_002c-conditional">expressions, conditional</a></td><td>&nbsp;</td><td valign="top"><a href="Conditional-Expressions.html#Conditional-Expressions">12 Conditional Expressions</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-extended-attributes_002c-xattr_002c-getting-from-files">extended attributes, xattr, getting from files</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fattr-Module">22.2 The zsh/attr Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-extended-attributes_002c-xattr_002c-listing">extended attributes, xattr, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fattr-Module">22.2 The zsh/attr Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-extended-attributes_002c-xattr_002c-removing_002c-deleting">extended attributes, xattr, removing, deleting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fattr-Module">22.2 The zsh/attr Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-extended-attributes_002c-xattr_002c-setting-on-files">extended attributes, xattr, setting on files</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fattr-Module">22.2 The zsh/attr Module</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-fg_002c-output-in-POSIX-format">fg, output in POSIX format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-field-splitting_002c-sh-style">field splitting, sh style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-field-splitting_002c-sh-style_002c-parameter">field splitting, sh style, parameter</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-file-clobbering_002c-allowing">file clobbering, allowing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-file-clobbering_002c-POSIX-compatibility">file clobbering, POSIX compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-file-descriptors">file descriptors</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Redirection">7 Redirection</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-file-descriptors_002c-use-with-parameters">file descriptors, use with parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Opening-file-descriptors-using-parameters">7.1 Opening file descriptors using parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-file-descriptors_002c-waiting-for">file descriptors, waiting for</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzselect-Module">22.35 The zsh/zselect Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-file_002c-history">file, history</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-filename-expansion">filename expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Filename-Expansion">14.7 Filename Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-filename-expansion_002c-_003d">filename expansion, =</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-filename-generation">filename generation</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Filename-Generation">14.8 Filename Generation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-filename-generation_002c-bad-pattern">filename generation, bad pattern</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-files-used">files used</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Files-2">5.2 Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-files_002c-examining">files, examining</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fstat-Module">22.25 The zsh/stat Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-files_002c-global-startup_002c-inhibiting">files, global startup, inhibiting</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-files_002c-listing">files, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fstat-Module">22.25 The zsh/stat Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-files_002c-manipulating">files, manipulating</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002ffiles-Module">22.14 The zsh/files Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-files_002c-marking-type-of">files, marking type of</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-files_002c-shutdown">files, shutdown</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-files_002c-startup">files, startup</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-files_002c-transferring">files, transferring</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzftp-Module">22.30 The zsh/zftp Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-flags_002c-parameter-expansion">flags, parameter expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion-Flags">14.3.1 Parameter Expansion Flags</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-flags_002c-shell">flags, shell</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-floating-point-parameters">floating point parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-floating-point_002c-forcing-use-of">floating point, forcing use of</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-flow-control">flow control</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-for-loops">for loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-forcing-use-of-floating-point">forcing use of floating point</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-FTP">FTP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzftp-Module">22.30 The zsh/zftp Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-FTP-sites-for-zsh">FTP sites for zsh</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Availability">2.2 Availability</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-FTP_002c-functions-for-using-shell-as-client">FTP, functions for using shell as client</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Zftp-Function-System">25 Zftp Function System</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-FTP_002c-starting-a-session">FTP, starting a session</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Subcommands">22.30.1 Subcommands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-function-return_002c-on-error">function return, on error</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-function_002c-scope-of-break-and-continue">function, scope of break and continue</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-functions">functions</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Functions">9 Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-functions_002c-anonymous">functions, anonymous</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Anonymous-Functions">9.2 Anonymous Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-functions_002c-autoloading">functions, autoloading</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Autoloading-Functions">9.1 Autoloading Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-functions_002c-autoloading-1">functions, autoloading</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-functions_002c-math_002c-use-of">functions, math, use of</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-functions_002c-mathematical">functions, mathematical</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fmathfunc-Module">22.17 The zsh/mathfunc Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-functions_002c-profiling">functions, profiling</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzprof-Module">22.33 The zsh/zprof Module</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-functions_002c-recompiling">functions, recompiling</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Recompiling-Functions">26.2.2 Recompiling Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-functions_002c-removing">functions, removing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-functions_002c-returning-from">functions, returning from</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-G">G</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-globbing">globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Expansion">14 Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-globbing-modifiers">globbing modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Modifiers">14.1.4 Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing-qualifiers_002c-enable">globbing qualifiers, enable</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing-style_002c-sh">globbing style, sh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-_002a_002a-special">globbing, ** special</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-bad-pattern">globbing, bad pattern</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-enabling">globbing, enabling</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-extended">globbing, extended</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-no-matches">globbing, no matches</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-no-matches-1">globbing, no matches</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-null_002c-style_002c-csh">globbing, null, style, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-of-_002e-files">globbing, of . files</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-globbing_002c-qualifiers">globbing, qualifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Glob-Qualifiers">14.8.7 Glob Qualifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-short-forms">globbing, short forms</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-globbing_002c-sorting-numerically">globbing, sorting numerically</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-grammar_002c-shell">grammar, shell</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Shell-Grammar">6 Shell Grammar</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-H">H</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-hash">hash</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-hashing_002c-of-commands">hashing, of commands</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-hashing_002c-of-directories">hashing, of directories</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-hashing_002c-of-executables">hashing, of executables</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-helpfiles-utility">helpfiles utility</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Accessing-On_002dLine-Help">26.2.1 Accessing On-Line Help</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-hexadecimal_002c-output-in-C-format">hexadecimal, output in C format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-highlighting_002c-region">highlighting, region</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-highlighting_002c-special-characters">highlighting, special characters</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-history">history</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#History-Expansion">14.1 History Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history-beeping">history beeping</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-history-event-designators">history event designators</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Event-Designators">14.1.2 Event Designators</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-history-expansion">history expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#History-Expansion">14.1 History Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-history-modifiers">history modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Modifiers">14.1.4 Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history-style_002c-csh">history style, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-history-word-designators">history word designators</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Word-Designators">14.1.3 Word Designators</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-appending-to-a-file">history, appending to a file</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-history_002c-editing">history, editing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-enable-substitution">history, enable substitution</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-expiring-duplicates">history, expiring duplicates</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-history_002c-file">history, file</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-history_002c-hook-when-line-is-saved">history, hook when line is saved</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Hook-Functions">9.3.1 Hook Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-ignoring-all-duplicates">history, ignoring all duplicates</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-ignoring-duplicates">history, ignoring duplicates</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-ignoring-duplicates-in-search">history, ignoring duplicates in search</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-ignoring-spaces">history, ignoring spaces</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-incremental-appending-to-a-file">history, incremental appending to a file</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-incremental-appending-to-a-file-with-time">history, incremental appending to a file with time</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-sharing">history, sharing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-history_002c-stack">history, stack</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-timestamping">history, timestamping</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-history_002c-verifying-substitution">history, verifying substitution</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-hook-function-utility">hook function utility</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Manipulating-Hook-Functions">26.2.5 Manipulating Hook Functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-identifiers_002c-non_002dportable-characters-in">identifiers, non-portable characters in</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-if-construct">if construct</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-input_002c-tracing">input, tracing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-integer-parameters">integer parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-introduction">introduction</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Introduction">2 Introduction</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-invocation">invocation</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation">4 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-invoking-widgets">invoking widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-J">J</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-job-control_002c-allowing">job control, allowing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-job-control_002c-in-subshell">job control, in subshell</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs">jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs_002c-asynchronous_002c-and-exiting-shell">jobs, asynchronous, and exiting shell</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Signals">10.2 Signals</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-background-priority">jobs, background priority</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs_002c-background_002c-I_002fO">jobs, background, I/O</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-backgrounding">jobs, backgrounding</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-continuing-automatically">jobs, continuing automatically</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs_002c-disowning">jobs, disowning</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-disowning-1">jobs, disowning</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-foregrounding">jobs, foregrounding</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-HUP">jobs, HUP</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-killing">jobs, killing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-list-format">jobs, list format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-output-in-subshell">jobs, output in subshell</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs_002c-referring-to">jobs, referring to</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-resuming">jobs, resuming</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-jobs_002c-resuming-automatically">jobs, resuming automatically</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-jobs_002c-suspending">jobs, suspending</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-jobs_002c-waiting-for">jobs, waiting for</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-K">K</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-key-bindings">key bindings</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Keymaps">18.2 Keymaps</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-keyboard-definition">keyboard definition</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Keyboard-Definition">26.2.3 Keyboard Definition</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-keymaps">keymaps</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Keymaps">18.2 Keymaps</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-keymaps-1">keymaps</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-keys_002c-binding">keys, binding</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-keys_002c-rebinding">keys, rebinding</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-killing-jobs">killing jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-ksh-compatibility">ksh compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Compatibility">4.2 Compatibility</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ksh_002c-argument-splitting-in-typeset">ksh, argument splitting in typeset</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ksh_002c-array-style">ksh, array style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-ksh_002c-compatibility">ksh, compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-ksh_002c-editor-mode">ksh, editor mode</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Description-1">18.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-ksh_002c-null-command-style">ksh, null command style</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ksh_002c-option-printing-style">ksh, option printing style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ksh_002c-redirections-with-no-command">ksh, redirections with no command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-ksh_002c-single-letter-options-style">ksh, single letter options style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-limits_002c-resource">limits, resource</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-limits_002c-resource-1">limits, resource</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-limits_002c-resource-2">limits, resource</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-line-editor">line editor</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zsh-Line-Editor">18 Zsh Line Editor</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-line-number_002c-in-evaluated-expression">line number, in evaluated expression</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-line_002c-reading">line, reading</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-links_002c-symbolic">links, symbolic</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-list">list</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-loading-modules">loading modules</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-local-keymaps">local keymaps</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Local-Keymaps">18.2.2 Local Keymaps</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-logging-out_002c-checking-jobs-when">logging out, checking jobs when</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-long-option">long option</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-loop-style_002c-csh">loop style, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-loops_002c-continuing">loops, continuing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-loops_002c-exiting">loops, exiting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-loops_002c-for">loops, for</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-loops_002c-repeat">loops, repeat</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-loops_002c-until">loops, until</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-loops_002c-while">loops, while</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-M">M</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-mail_002c-warning-of-reading">mail, warning of reading</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Introduction.html#index-mailing-lists">mailing lists</a></td><td>&nbsp;</td><td valign="top"><a href="Introduction.html#Mailing-Lists">2.3 Mailing Lists</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-marking-directories">marking directories</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-marking-file-types">marking file types</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-mathematical-functions">mathematical functions</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fmathfunc-Module">22.17 The zsh/mathfunc Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-mathematical-functions_002c-use-of">mathematical functions, use of</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-mode_002c-privileged">mode, privileged</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-State">16.2.11 Shell State</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-modifiers">modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Modifiers">14.1.4 Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-modifiers_002c-precommand">modifiers, precommand</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Precommand-Modifiers">6.2 Precommand Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-modules">modules</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Zsh-Modules">22 Zsh Modules</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-modules_002c-example">modules, example</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fexample-Module">22.13 The zsh/example Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-modules_002c-loading">modules, loading</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-modules_002c-writing">modules, writing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fexample-Module">22.13 The zsh/example Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-multibyte-characters_002c-in-expansion-and-globbing">multibyte characters, in expansion and globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-multios">multios</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Multios">7.2 Multios</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-N">N</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-named-directories_002c-dynamic">named directories, dynamic</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Dynamic-named-directories">14.7.1 Dynamic named directories</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-named-directories_002c-dynamic_002c-helper-function">named directories, dynamic, helper function</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Other-Directory-Functions">26.4 Abbreviated dynamic references to directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-named-directories_002c-static">named directories, static</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Static-named-directories">14.7.2 Static named directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-no-clobber_002c-POSIX-compatible">no clobber, POSIX compatible</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-notification-of-background-jobs">notification of background jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-null-command-style">null command style</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-null-globbing-style_002c-csh">null globbing style, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-nulls_002c-embedded-in-_0024_0027_002e_002e_002e_0027">nulls, embedded in $&rsquo;...&rsquo;</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-O">O</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-octal_002c-arithmetic-expressions">octal, arithmetic expressions</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-octal_002c-output-in-C-format">octal, output in C format</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-operator-precedence">operator precedence</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-operators_002c-arithmetic">operators, arithmetic</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-option-printing-style_002c-ksh">option printing style, ksh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-option-printing_002c-ksh-style">option printing, ksh style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options">options</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Options">16 Options</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options_002c-aliases">options, aliases</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Option-Aliases">16.3 Option Aliases</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options_002c-description">options, description</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Description-of-Options">16.2 Description of Options</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-options_002c-processing">options, processing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-options_002c-setting">options, setting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-options_002c-shell">options, shell</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options_002c-single-letter">options, single letter</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Single-Letter-Options">16.4 Single Letter Options</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options_002c-single-letter_002c-ksh-style">options, single letter, ksh style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-options_002c-specifying">options, specifying</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Specifying-Options">16.1 Specifying Options</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-options_002c-unsetting">options, unsetting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-overstrike-mode_002c-of-editor">overstrike mode, of editor</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-parameter-expansion">parameter expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-parameter-expansion-flags">parameter expansion flags</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion-Flags">14.3.1 Parameter Expansion Flags</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-parameter-expansion-style_002c-rc">parameter expansion style, rc</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-parameter-modifiers">parameter modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Modifiers">14.1.4 Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-parameter-names_002c-non_002dportable-characters-in">parameter names, non-portable characters in</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-parameter_002c-file-access-via">parameter, file access via</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fmapfile-Module">22.16 The zsh/mapfile Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-parameters">parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters">15 Parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-parameters_002c-array">parameters, array</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-parameters_002c-associative-array">parameters, associative array</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-declaring">parameters, declaring</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-parameters_002c-editing">parameters, editing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-parameters_002c-editor">parameters, editor</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#User_002dDefined-Widgets">18.5 User-Defined Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-expanding">parameters, expanding</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-parameters_002c-floating-point">parameters, floating point</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-parameters_002c-for-using-file-descriptors">parameters, for using file descriptors</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Opening-file-descriptors-using-parameters">7.1 Opening file descriptors using parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Arithmetic-Evaluation.html#index-parameters_002c-integer">parameters, integer</a></td><td>&nbsp;</td><td valign="top"><a href="Arithmetic-Evaluation.html#Arithmetic-Evaluation">11 Arithmetic Evaluation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-listing">parameters, listing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-marking-readonly">parameters, marking readonly</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-positional">parameters, positional</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-positional-1">parameters, positional</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-parameters_002c-scalar">parameters, scalar</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-setting">parameters, setting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-setting-array">parameters, setting array</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-parameters_002c-special">parameters, special</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-parameters_002c-special-1">parameters, special</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fparameter-Module">22.19 The zsh/parameter Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-parameters_002c-special-2">parameters, special</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzleparameter-Module">22.32 The zsh/zleparameter Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-parameters_002c-substituting-unset">parameters, substituting unset</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-parameters_002c-unsetting">parameters, unsetting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-parameters_002c-warning-when-created-globally">parameters, warning when created globally</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-parameters_002c-zle">parameters, zle</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#User_002dDefined-Widgets">18.5 User-Defined Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-path-search_002c-extended">path search, extended</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-path-search_002c-for-script-argument-to-shell">path search, for script argument to shell</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-PCRE_002c-regexp">PCRE, regexp</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-pipeline">pipeline</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-pipeline_002c-exit-status-from">pipeline, exit status from</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-precedence-of-glob-operators">precedence of glob operators</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Precedence">14.8.3 Precedence</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-precedence_002c-operator">precedence, operator</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-precommand-modifiers">precommand modifiers</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Precommand-Modifiers">6.2 Precommand Modifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-priority-of-background-jobs">priority of background jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-private-parameter_002c-creating">private parameter, creating</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fparam_002fprivate-Module">22.21 The zsh/param/private Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-privileged-mode">privileged mode</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-State">16.2.11 Shell State</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-process-substitution">process substitution</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Process-Substitution">14.2 Process Substitution</a></td></tr>
<tr><td></td><td valign="top"><a href="Prompt-Expansion.html#index-prompt-expansion">prompt expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Prompt-Expansion.html#Expansion-of-Prompt-Sequences">13.1 Expansion of Prompt Sequences</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-prompt_002c-_0021-expansion">prompt, ! expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Prompting">16.2.8 Prompting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-prompt_002c-_0025-expansion">prompt, % expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Prompting">16.2.8 Prompting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-prompt_002c-parameter-expansion">prompt, parameter expansion</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Prompting">16.2.8 Prompting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-prompt_002c-save-partial-lines">prompt, save partial lines</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Prompting">16.2.8 Prompting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-prompt_002c-with-CR">prompt, with CR</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Prompting">16.2.8 Prompting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-pushd_002c-making-cd-behave-like">pushd, making cd behave like</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-pushd_002c-to-home">pushd, to home</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-Q">Q</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-qualifiers_002c-globbing">qualifiers, globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Glob-Qualifiers">14.8.7 Glob Qualifiers</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-querying-before-rm-_002a">querying before rm *</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-quoting">quoting</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Quoting">6.9 Quoting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-quoting-style_002c-csh">quoting style, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-quoting-style_002c-rc">quoting style, rc</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-R">R</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-rc_002c-array-expansion-style">rc, array expansion style</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-rc_002c-parameter-expansion-style">rc, parameter expansion style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-rc_002c-quoting-style">rc, quoting style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-reading-a-line">reading a line</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-rebinding-keys">rebinding keys</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-rebinding-widgets">rebinding widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-recent-directories_002c-maintaining-list-of">recent directories, maintaining list of</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Recent-Directories">26.3 Remembering Recent Directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Redirection.html#index-redirection">redirection</a></td><td>&nbsp;</td><td valign="top"><a href="Redirection.html#Redirection">7 Redirection</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-redirection_002c-current-shell_0027s-I_002fO">redirection, current shell&rsquo;s I/O</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-redirections-with-no-command_002c-csh">redirections with no command, csh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-redirections-with-no-command_002c-ksh">redirections with no command, ksh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-redirections-with-no-command_002c-sh">redirections with no command, sh</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-referring-to-jobs">referring to jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-regex">regex</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fregex-Module">22.22 The zsh/regex Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-regexp_002c-bash-BASH_005fREMATCH-variable">regexp, bash BASH_REMATCH variable</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-regexp_002c-PCRE">regexp, PCRE</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-region_002c-highlighting">region, highlighting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-regular-expressions">regular expressions</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fregex-Module">22.22 The zsh/regex Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-regular-expressions_002c-case_002dinsensitive-matching_002c-option">regular expressions, case-insensitive matching, option</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-regular-expressions_002c-perl_002dcompatible">regular expressions, perl-compatible</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fpcre-Module">22.20 The zsh/pcre Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-removable-suffix_002c-highlighting-in-completion">removable suffix, highlighting in completion</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-repeat-loops">repeat loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-reporter-utility">reporter utility</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Dumping-Shell-State">26.2.4 Dumping Shell State</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-reserved-words">reserved words</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Reserved-Words">6.5 Reserved Words</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-resource-limits">resource limits</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-resource-limits-1">resource limits</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-resource-limits-2">resource limits</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-restricted-shell">restricted shell</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Restricted-Shell">4.3 Restricted Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-restricted-shell-1">restricted shell</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-State">16.2.11 Shell State</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-resuming-jobs-automatically">resuming jobs automatically</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Job-Control">16.2.7 Job Control</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-return-from-function_002c-on-error">return from function, on error</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-rm-_002a_002c-querying-before">rm *, querying before</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-rm-_002a_002c-waiting-before">rm *, waiting before</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Roadmap.html#index-roadmap">roadmap</a></td><td>&nbsp;</td><td valign="top"><a href="Roadmap.html#Roadmap">3 Roadmap</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-scalar">scalar</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-select_002c-system-call">select, system call</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fzselect-Module">22.35 The zsh/zselect Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-selection_002c-case">selection, case</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-selection_002c-user">selection, user</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-sh-compatibility">sh compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Compatibility">4.2 Compatibility</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-sh_002c-compatibility">sh, compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sh_002c-expansion-style">sh, expansion style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sh_002c-field-splitting-style">sh, field splitting style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-sh_002c-field-splitting-style_002c-parameter">sh, field splitting style, parameter</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion">14.3 Parameter Expansion</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sh_002c-globbing-style">sh, globbing style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sh_002c-redirections-with-no-command">sh, redirections with no command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sh_002c-single-letter-options-style">sh, single letter options style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-share-history">share history</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#History">16.2.4 History</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-shell-flags">shell flags</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-shell-grammar">shell grammar</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Shell-Grammar">6 Shell Grammar</a></td></tr>
<tr><td></td><td valign="top"><a href="Invocation.html#index-shell-options">shell options</a></td><td>&nbsp;</td><td valign="top"><a href="Invocation.html#Invocation-2">4.1 Invocation</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-shell_002c-cloning">shell, cloning</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fclone-Module">22.4 The zsh/clone Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-shell_002c-suspending">shell, suspending</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-shell_002c-timing">shell, timing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-shutdown-files">shutdown files</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-signals_002c-trapping">signals, trapping</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Trap-Functions">9.3.2 Trap Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-signals_002c-trapping-1">signals, trapping</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-simple-commands">simple commands</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-single-command">single command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-State">16.2.11 Shell State</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-single-letter-options">single letter options</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Single-Letter-Options">16.4 Single Letter Options</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-single-letter-options_002c-ksh-style">single letter options, ksh style</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-slash_002c-removing-trailing">slash, removing trailing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Completion-2">16.2.2 Completion</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-slow-connection_002c-editing-over">slow connection, editing over</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters-Used-By-The-Shell">15.6 Parameters Used By The Shell</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets">sockets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fnet_002fsocket-Module">22.24 The zsh/net/socket Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-closing-TCP">sockets, closing TCP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Closing-Connections">22.27.3 Closing Connections</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-inbound-TCP">sockets, inbound TCP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Inbound-Connections-1">22.27.2 Inbound Connections</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-inbound-Unix-domain">sockets, inbound Unix domain</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Inbound-Connections">22.24.2 Inbound Connections</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-outbound-TCP">sockets, outbound TCP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Outbound-Connections-1">22.27.1 Outbound Connections</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-outbound-Unix-domain">sockets, outbound Unix domain</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Outbound-Connections">22.24.1 Outbound Connections</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-TCP">sockets, TCP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fnet_002ftcp-Module">22.27 The zsh/net/tcp Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-sockets_002c-Unix-domain">sockets, Unix domain</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fnet_002fsocket-Module">22.24 The zsh/net/socket Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-special-characters_002c-highlighting">special characters, highlighting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-special-parameters">special parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-spelling-correction">spelling correction</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-stack_002c-history">stack, history</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-startup-files">startup files</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-startup-files_002c-global_002c-inhibiting">startup files, global, inhibiting</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-startup-files_002c-sourcing">startup files, sourcing</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Initialisation">16.2.5 Initialisation</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-static-named-directories">static named directories</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Static-named-directories">14.7.2 Static named directories</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-status_002c-on-exit-from-pipeline">status, on exit from pipeline</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-styles-in-zftp-functions">styles in zftp functions</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Configuration">25.4.1 Configuration</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-sublist">sublist</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Simple-Commands-_0026-Pipelines">6.1 Simple Commands &amp; Pipelines</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-subscript-flags">subscript flags</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Subscript-Flags">15.2.3 Subscript Flags</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-subscripts">subscripts</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Array-Subscripts">15.2.1 Array Subscripts</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-subshell">subshell</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-substitution_002c-command">substitution, command</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Command-Substitution">14.4 Command Substitution</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-substitution_002c-parameter_002c-flags">substitution, parameter, flags</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Parameter-Expansion-Flags">14.3.1 Parameter Expansion Flags</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-substitution_002c-process">substitution, process</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Process-Substitution">14.2 Process Substitution</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-suffix_002c-highlighting-removable_002c-in-completion">suffix, highlighting removable, in completion</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-sun-keyboard_002c-annoying">sun keyboard, annoying</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Jobs-_0026-Signals.html#index-suspending-jobs">suspending jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Jobs-_0026-Signals.html#Jobs">10.1 Jobs</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-suspending-the-shell">suspending the shell</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-symbolic-links">symbolic links</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Changing-Directories">16.2.1 Changing Directories</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-T">T</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-TCP">TCP</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fnet_002ftcp-Module">22.27 The zsh/net/tcp Module</a></td></tr>
<tr><td></td><td valign="top"><a href="TCP-Function-System.html#index-TCP-function-system">TCP function system</a></td><td>&nbsp;</td><td valign="top"><a href="TCP-Function-System.html#TCP-Function-System">24 TCP Function System</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-TCP_002c-example">TCP, example</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Example-2">22.27.4 Example</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-termcap-value_002c-printing">termcap value, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002ftermcap-Module">22.28 The zsh/termcap Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-terminal">terminal</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fclone-Module">22.4 The zsh/clone Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-terminal-escape-sequences-for-highlighting">terminal escape sequences for highlighting</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Character-Highlighting">18.7 Character Highlighting</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-terminfo-value_002c-printing">terminfo value, printing</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fterminfo-Module">22.29 The zsh/terminfo Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-text-objects">text objects</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Text-Objects">18.6.7 Text Objects</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-timed-execution">timed execution</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fsched-Module">22.23 The zsh/sched Module</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-timing">timing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-timing-the-shell">timing the shell</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-tracing_002c-of-commands">tracing, of commands</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-tracing_002c-of-input-lines">tracing, of input lines</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Functions.html#index-trapping-signals">trapping signals</a></td><td>&nbsp;</td><td valign="top"><a href="Functions.html#Trap-Functions">9.3.2 Trap Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-trapping-signals-1">trapping signals</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-traps_002c-asynchronous">traps, asynchronous</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-traps_002c-DEBUG_002c-before-or-after-command">traps, DEBUG, before or after command</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Scripts-and-Functions">16.2.9 Scripts and Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-traps_002c-on-function-exit">traps, on function exit</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-traps_002c-POSIX-compatibility">traps, POSIX compatibility</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Shell-Emulation">16.2.10 Shell Emulation</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-try-blocks">try blocks</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-tty_002c-freezing">tty, freezing</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-U">U</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-umask">umask</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-Unicode-combining-characters">Unicode combining characters</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Zle">16.2.12 Zle</a></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-unset-parameters_002c-substituting">unset parameters, substituting</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Expansion-and-Globbing">16.2.3 Expansion and Globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-until-loops">until loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-user-contributions">user contributions</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#User-Contributions">26 User Contributions</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-user-selection">user selection</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-users_002c-watching">users, watching</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-V">V</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-variables">variables</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Parameters">15 Parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Parameters.html#index-variables_002c-environment">variables, environment</a></td><td>&nbsp;</td><td valign="top"><a href="Parameters.html#Description">15.1 Description</a></td></tr>
<tr><td></td><td valign="top"><a href="index.html#index-version">version</a></td><td>&nbsp;</td><td valign="top"><a href="index.html#Top">The Z Shell Manual</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-version-control-utility">version control utility</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Version-Control-Information">26.5 Gathering information from version control systems</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-W">W</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Options.html#index-waiting-before-rm-_002a">waiting before rm *</a></td><td>&nbsp;</td><td valign="top"><a href="Options.html#Input_002fOutput">16.2.6 Input/Output</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-waiting-for-jobs">waiting for jobs</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Builtin-Commands.html#index-watching-users">watching users</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Builtin-Commands.html#Shell-Builtin-Commands">17 Shell Builtin Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Shell-Grammar.html#index-while-loops">while loops</a></td><td>&nbsp;</td><td valign="top"><a href="Shell-Grammar.html#Complex-Commands">6.3 Complex Commands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets">widgets</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Widgets">18.4 Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-binding">widgets, binding</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-calling">widgets, calling</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-defining">widgets, defining</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-invoking">widgets, invoking</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-rebinding">widgets, rebinding</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-standard">widgets, standard</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Standard-Widgets">18.6 Standard Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-widgets_002c-user_002ddefined">widgets, user-defined</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#User_002dDefined-Widgets">18.5 User-Defined Widgets</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-windows_002c-curses">windows, curses</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Builtin">22.9.1 Builtin</a></td></tr>
<tr><td></td><td valign="top"><a href="Expansion.html#index-word-designators_002c-history">word designators, history</a></td><td>&nbsp;</td><td valign="top"><a href="Expansion.html#Word-Designators">14.1.3 Word Designators</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-writing-modules">writing modules</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#The-zsh_002fexample-Module">22.13 The zsh/example Module</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-Index-1_cp_letter-Z">Z</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-zftp-function-system">zftp function system</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Zftp-Function-System">25 Zftp Function System</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-zftp-function-system_002c-automatic-reopening">zftp function system, automatic reopening</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Automatic-and-temporary-reopening">25.4.3 Automatic and temporary reopening</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-zftp-function-system_002c-configuration">zftp function system, configuration</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Configuration">25.4.1 Configuration</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-zftp-function-system_002c-remote-globbing">zftp function system, remote globbing</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Remote-globbing">25.4.2 Remote globbing</a></td></tr>
<tr><td></td><td valign="top"><a href="Zftp-Function-System.html#index-zftp-function-system_002c-styles">zftp function system, styles</a></td><td>&nbsp;</td><td valign="top"><a href="Zftp-Function-System.html#Configuration">25.4.1 Configuration</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-zftp_002c-functions">zftp, functions</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Functions-3">22.30.3 Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-zftp_002c-parameters">zftp, parameters</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Parameters-4">22.30.2 Parameters</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-zftp_002c-problems">zftp, problems</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Problems">22.30.4 Problems</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Modules.html#index-zftp_002c-subcommands">zftp, subcommands</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Modules.html#Subcommands">22.30.1 Subcommands</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-ZLE">ZLE</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zsh-Line-Editor">18 Zsh Line Editor</a></td></tr>
<tr><td></td><td valign="top"><a href="Zsh-Line-Editor.html#index-zle_002c-builtin-commands">zle, builtin commands</a></td><td>&nbsp;</td><td valign="top"><a href="Zsh-Line-Editor.html#Zle-Builtins">18.3 Zle Builtins</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-zlogin">zlogin</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-zlogout">zlogout</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-zprofile">zprofile</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="User-Contributions.html#index-zrecompile-utility">zrecompile utility</a></td><td>&nbsp;</td><td valign="top"><a href="User-Contributions.html#Recompiling-Functions">26.2.2 Recompiling Functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Calendar-Function-System.html#index-zsh_002fdatetime_002c-function-system-based-on">zsh/datetime, function system based on</a></td><td>&nbsp;</td><td valign="top"><a href="Calendar-Function-System.html#Calendar-Function-System">23 Calendar Function System</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-zshenv">zshenv</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="Files.html#index-zshrc">zshrc</a></td><td>&nbsp;</td><td valign="top"><a href="Files.html#Startup_002fShutdown-Files">5.1 Startup/Shutdown Files</a></td></tr>
<tr><td></td><td valign="top"><a href="TCP-Function-System.html#index-ztcp_002c-function-system-based-on">ztcp, function system based on</a></td><td>&nbsp;</td><td valign="top"><a href="TCP-Function-System.html#TCP-Function-System">24 TCP Function System</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-Index-1_cp_symbol-1"><b>$</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_symbol-2"><b>-</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_symbol-3"><b>.</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Concept-Index-1_cp_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-E"><b>E</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-U"><b>U</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-V"><b>V</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-W"><b>W</b></a>
 &nbsp; 
<a class="summary-letter" href="#Concept-Index-1_cp_letter-Z"><b>Z</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="User-Contributions.html#User-Contributions" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="Variables-Index.html#Variables-Index" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="zsh_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="zsh_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p><font size="-1">
  This document was generated on <em>April 11, 2017</em> using <a href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>.
</font></p>

<font size="-1">Zsh version 5.3.1, released on December 21, 2016.</font>
</body>
</html>