2004-06-11 15:06:47 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-11 15:06:47 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2007-01-19 03:38:19 +08:00
|
|
|
<!--
|
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
-->
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="postlfs-shells">
|
2005-05-15 00:56:05 +08:00
|
|
|
<?dbhtml filename="shells.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-15 00:56:05 +08:00
|
|
|
<title>Shells</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-15 00:56:05 +08:00
|
|
|
<para>We are all familiar with the Bourne Again SHell, but there are two
|
2005-11-29 23:04:12 +08:00
|
|
|
other user interfaces that are considered useful modern shells – the
|
2005-05-15 00:56:05 +08:00
|
|
|
Berkeley Unix C shell and the Korn shell. This chapter installs
|
|
|
|
packages compatible with these additional shell types.</para>
|
|
|
|
|
2007-03-31 10:53:54 +08:00
|
|
|
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ash.xml"/> -->
|
2005-05-15 00:56:05 +08:00
|
|
|
<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"/>
|
2007-03-16 02:36:40 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dash.xml"/>
|
2007-06-13 12:39:38 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ksh.xml"/>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</chapter>
|