2004-06-11 15:06:47 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="postlfs-shells">
|
2004-05-07 04:30:53 +08:00
|
|
|
<?dbhtml filename="shells.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Shells</title>
|
|
|
|
|
2003-04-10 06:30:49 +08:00
|
|
|
<para>We are all familiar with the Bourne Again SHell, but there are two
|
2003-04-03 11:13:56 +08:00
|
|
|
other user interfaces that are considered useful modern shells -- the
|
2003-10-01 09:35:52 +08:00
|
|
|
Berkeley Unix C shell and the Korn shell. This chapter installs
|
2003-04-03 11:13:56 +08:00
|
|
|
packages compatible with these additional shell types.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-11 15:06:47 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ash.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcsh.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zsh.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|