/usr/share/doc/zsh-common/html/Introduction.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 | <!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: 2 Introduction</title>
<meta name="description" content="zsh: 2 Introduction">
<meta name="keywords" content="zsh: 2 Introduction">
<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="Introduction"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="The-Z-Shell-Manual.html#The-Z-Shell-Manual" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="The-Z-Shell-Manual.html#Producing-documentation-from-zsh_002etexi" title="Previous section in reading order"> < </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="#Author" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="Introduction-1"></a>
<h1 class="chapter">2 Introduction</h1>
<p><a name="index-introduction"></a>
Zsh is a UNIX command interpreter (shell) usable as an interactive
login shell and as a shell script command processor. Of the standard shells,
zsh most closely resembles <cite>ksh</cite> but includes many enhancements. Zsh
has command line editing, builtin spelling correction, programmable
command completion, shell functions (with autoloading), a history
mechanism, and a host of other features.
</p><table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#Author">2.1 Author</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#Availability">2.2 Availability</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#Mailing-Lists">2.3 Mailing Lists</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#The-Zsh-FAQ">2.4 The Zsh FAQ</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#The-Zsh-Web-Page">2.5 The Zsh Web Page</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#The-Zsh-Userguide">2.6 The Zsh Userguide</a></td><td> </td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top"><a href="#See-Also">2.8 See Also</a></td><td> </td><td align="left" valign="top">
</td></tr>
</table>
<hr>
<a name="Author"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#Availability" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="Author-1"></a>
<h2 class="section">2.1 Author</h2>
<p><a name="index-author"></a>
Zsh was originally written by Paul Falstad <tt><pf@zsh.org></tt>.
Zsh is now maintained by the members of the zsh-workers mailing
list <tt><zsh-workers@zsh.org></tt>. The development is currently
coordinated by Peter Stephenson <tt><pws@zsh.org></tt>. The coordinator
can be contacted at <tt><coordinator@zsh.org></tt>, but matters relating to
the code should generally go to the mailing list.
</p><hr>
<a name="Availability"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#Author" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#Mailing-Lists" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="Availability-1"></a>
<h2 class="section">2.2 Availability</h2>
<p>Zsh is available from the following anonymous FTP sites. These mirror
sites are kept frequently up to date. The sites marked with <em>(H)</em> may be
mirroring <tt>ftp.cs.elte.hu</tt> instead of the primary site.
</p>
<p><a name="index-FTP-sites-for-zsh"></a>
<a name="index-acquiring-zsh-by-FTP"></a>
<a name="index-availability-of-zsh"></a>
</p><dl compact="compact">
<dt>Primary site</dt>
<dd><p><tt><a href="ftp://ftp.zsh.org/pub/">ftp://ftp.zsh.org/pub/</a></tt><br>
<tt><a href="http://www.zsh.org/pub/">http://www.zsh.org/pub/</a></tt>
</p>
</dd>
<dt>Australia</dt>
<dd><p><tt><a href="ftp://ftp.zsh.org/pub/">ftp://ftp.zsh.org/pub/</a></tt><br>
<tt><a href="http://www.zsh.org/pub/">http://www.zsh.org/pub/</a></tt><br>
<tt><a href="http://mirror.dejanseo.com.au/pub/zsh/">http://mirror.dejanseo.com.au/pub/zsh/</a></tt>
</p>
</dd>
<dt>Hungary</dt>
<dd><p><tt><a href="ftp://ftp.cs.elte.hu/pub/zsh/">ftp://ftp.cs.elte.hu/pub/zsh/</a></tt><br>
<tt><a href="http://www.cs.elte.hu/pub/zsh/">http://www.cs.elte.hu/pub/zsh/</a></tt>
</p>
</dd>
</dl>
<p>The up-to-date source code is available via Git from Sourceforge. See
<tt><a href="http://sourceforge.net/projects/zsh/">http://sourceforge.net/projects/zsh/</a></tt> for details. A summary of
instructions for the archive can be found at
<tt><a href="http://zsh.sourceforge.net/">http://zsh.sourceforge.net/</a></tt>.
</p>
<hr>
<a name="Mailing-Lists"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#Availability" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-FAQ" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="Mailing-Lists-1"></a>
<h2 class="section">2.3 Mailing Lists</h2>
<p><a name="index-mailing-lists"></a>
Zsh has 3 mailing lists:
</p>
<dl compact="compact">
<dt><tt><zsh-announce@zsh.org></tt></dt>
<dd><p>Announcements about releases, major changes in the shell and the
monthly posting of the Zsh FAQ. (moderated)
</p>
</dd>
<dt><tt><zsh-users@zsh.org></tt></dt>
<dd><p>User discussions.
</p>
</dd>
<dt><tt><zsh-workers@zsh.org></tt></dt>
<dd><p>Hacking, development, bug reports and patches.
</p>
</dd>
</dl>
<p>To subscribe or unsubscribe, send mail
to the associated administrative address for the mailing list.
</p>
<dl compact="compact">
<dt><tt><zsh-announce-subscribe@zsh.org></tt></dt>
<dt><tt><zsh-users-subscribe@zsh.org></tt></dt>
<dt><tt><zsh-workers-subscribe@zsh.org></tt></dt>
<dt><tt><zsh-announce-unsubscribe@zsh.org></tt></dt>
<dt><tt><zsh-users-unsubscribe@zsh.org></tt></dt>
<dt><tt><zsh-workers-unsubscribe@zsh.org></tt></dt>
</dl>
<br>
<p>YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
All submissions to <cite>zsh-announce</cite> are automatically forwarded to
<cite>zsh-users</cite>. All submissions to <cite>zsh-users</cite> are automatically
forwarded to <cite>zsh-workers</cite>.
</p>
<p>If you have problems subscribing/unsubscribing to any of the mailing
lists, send mail to <tt><listmaster@zsh.org></tt>. The mailing lists are
maintained by Karsten Thygesen <tt><karthy@kom.auc.dk></tt>.
</p>
<p>The mailing lists are archived; the archives can be accessed via the
administrative addresses listed above. There is also a hypertext
archive, maintained by Geoff Wing <tt><gcw@zsh.org></tt>, available at
<tt><a href="http://www.zsh.org/mla/">http://www.zsh.org/mla/</a></tt>.
</p><hr>
<a name="The-Zsh-FAQ"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#Mailing-Lists" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Web-Page" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="The-Zsh-FAQ-1"></a>
<h2 class="section">2.4 The Zsh FAQ</h2>
<p>Zsh has a list of Frequently Asked Questions (FAQ), maintained by
Peter Stephenson <tt><pws@zsh.org></tt>. It is regularly posted to the
newsgroup <cite>comp.unix.shell</cite> and the <cite>zsh-announce</cite> mailing list.
The latest version can be found at any of the Zsh FTP sites, or at
<tt><a href="http://www.zsh.org/FAQ/">http://www.zsh.org/FAQ/</a></tt>. The contact address for FAQ-related matters
is <tt><faqmaster@zsh.org></tt>.
</p><hr>
<a name="The-Zsh-Web-Page"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-FAQ" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Userguide" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="The-Zsh-Web-Page-1"></a>
<h2 class="section">2.5 The Zsh Web Page</h2>
<p>Zsh has a web page which is located at <tt><a href="http://www.zsh.org/">http://www.zsh.org/</a></tt>. This is
maintained by Karsten Thygesen <tt><karthy@zsh.org></tt>, of SunSITE Denmark.
The contact address for web-related matters is <tt><webmaster@zsh.org></tt>.
</p><hr>
<a name="The-Zsh-Userguide"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Web-Page" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Wiki" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="The-Zsh-Userguide-1"></a>
<h2 class="section">2.6 The Zsh Userguide</h2>
<p>A userguide is currently in preparation. It is intended to complement the
manual, with explanations and hints on issues where the manual can be
cabbalistic, hierographic, or downright mystifying (for example, the word
‘hierographic’ does not exist). It can be viewed in its current state at
<tt><a href="http://zsh.sourceforge.net/Guide/">http://zsh.sourceforge.net/Guide/</a></tt>. At the time of writing, chapters
dealing with startup files and their contents and the new completion system
were essentially complete.
</p>
<hr>
<a name="The-Zsh-Wiki"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Userguide" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="#See-Also" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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>
<h2 class="section">2.7 The Zsh Wiki</h2>
<p>A ‘wiki’ website for zsh has been created at <tt><a href="http://www.zshwiki.org/">http://www.zshwiki.org/</a></tt>.
This is a site which can be added to and modified directly by users without
any special permission. You can add your own zsh tips and configurations.
</p><hr>
<a name="See-Also"></a>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="#The-Zsh-Wiki" title="Previous section in reading order"> < </a>]</td>
<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next section in reading order"> > </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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="See-Also-1"></a>
<h2 class="section">2.8 See Also</h2>
<p>man page sh(1),
man page csh(1),
man page tcsh(1),
man page rc(1),
man page bash(1),
man page ksh(1)
</p>
<p><cite>IEEE Standard for information Technology -
Portable Operating System Interface (POSIX) -
Part 2: Shell and Utilities</cite>,
IEEE Inc, 1993, ISBN 1-55937-255-9.
</p><hr>
<table class="header" cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning of this chapter or previous chapter"> << </a>]</td>
<td valign="middle" align="left">[<a href="Roadmap.html#Roadmap" title="Next chapter"> >> </a>]</td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </td>
<td valign="middle" align="left"> </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.html#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>
|