This commit is contained in:
gferg 2000-07-27 13:51:54 +00:00
parent a63ce51bfc
commit 3fc483dcdf
1 changed files with 16 additions and 12 deletions

View File

@ -8,8 +8,10 @@
<article>
<title>BASH Programming - Introduction HOW-TO</title>
<author>by Mike G <tt/mikkey@dynamo.com.ar/</author>
<date>Mon Jul 17 11:47:00 ART 2000 </date>
<author>by Mike G <tt/mikkey at dynamo.com.ar/</author>
<date>
Thu Jul 27 09:36:18 ART 2000
</date>
<abstract>
This article intends to help you to start programming
basic-intermediate shell scripts. It does not intend to be an
@ -60,13 +62,6 @@ Getting the latest version
<item> You are a complete nerd and read every how-to available
</itemize>
</sect1>
<sect1>
Translations
<p> Korean: Chun Hye Jin <htmlurl url="" name="unknown">
<p> There were more translations, but I didn't include them because
I didn't have any URL to point to. If any of you know of these, please
mail them to me.
</sect1>
</sect>
<!-- Very simple Scripts -->
@ -1120,10 +1115,18 @@ About the document
</sect1>
<sect1>
Translations
<p> Italian: by Willy <htmlurl name="is here" url="http://web.tiscalinet.it/penguin_rules">
<p> French: by Laurent Martelli <htmlurl name="is missed" url="http://">
<p> Italian: by William Ghelfi (wizzy at tiscalinet.it)
<htmlurl name="is here" url="http://web.tiscalinet.it/penguin_rules">
<p> French: by Laurent Martelli
<htmlurl name="is missed" url="http://">
<p> Korean: Minseok Park
<htmlurl url="http://kldp.org" name="http://kldp.org">
<p> Korean: Chun Hye Jin
<htmlurl url="" name="unknown">
<p> Spanish: unknow
<htmlurl url="http://www.insflug.org" name="http://www.insflug.org">
<p> I guess there are more translations, but I don't have any info of them,
if you havit, please, mail it to me so I update this section.
if you have it, please, mail it to me so I update this section.
</sect1>
<sect1>
Thanks to
@ -1143,6 +1146,7 @@ About the document
</sect1>
<sect1>
History
<p> New translations included and minor correcitons.
<p> Added the section usefull commands re-writen by Kess.
<p> More corrections and suggestions incorporated.
<p> Samples added on string comparison.