credits.html

来自「BASH Shell 编程 经典教程 《高级SHELL脚本编程》中文版」· HTML 代码 · 共 423 行

HTML
423
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><TITLE>致谢</TITLE><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINKREL="HOME"TITLE="高级Bash脚本编程指南"HREF="index.html"><LINKREL="UP"TITLE="后记"HREF="endnotes.html"><LINKREL="PREVIOUS"TITLE="用来制作这本书的工具"HREF="toolsused.html"><LINKREL="NEXT"TITLE="译者致谢"HREF="trans_credits.html"></HEAD><BODYCLASS="SECT1"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">高级Bash脚本编程指南: 一本深入学习shell脚本艺术的书籍</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="toolsused.html"ACCESSKEY="P">前一页</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom">35. 后记</TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="trans_credits.html"ACCESSKEY="N">下一页</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><DIVCLASS="SECT1"><H1CLASS="SECT1"><ANAME="CREDITS">35.6. 致谢</A></H1><P><EM>团体的力量才使得这本书顺利地完成.</EM> 		  作者非常感激那些给作者提供帮助和反馈的人们, 如果没有他们, 		  这本书根本就是一个不可能完成的任务. 	</P><P>译者: 如下是作者感谢的对象. 为了保持原文作者的完整性, 这里就不译了. </P><P><AHREF="mailto:feloy@free.fr"TARGET="_top">Philippe Martin</A>	translated the first version (0.1) of this document into	DocBook/SGML. While not on the job at a small French company as a	software developer, he enjoys working on GNU/Linux documentation	and software, reading literature, playing music, and, for his	peace of mind, making merry with friends. You may run across him	somewhere in France or in the Basque Country, or you can email him	at <AHREF="mailto:feloy@free.fr"TARGET="_top">feloy@free.fr</A>.</P><P>Philippe Martin also pointed out that positional parameters	past $9 are possible using {bracket} notation. (See <AHREF="othertypesv.html#EX17">例子 4-5</A>).</P><P><AHREF="mailto:stephane_chazelas@yahoo.fr"TARGET="_top">Stephane	Chazelas</A> sent a long list of corrections, additions,	and example scripts. More than a contributor, he had, in effect,	for a while taken on the role of <BCLASS="COMMAND">editor</B>	for this document. Merci beaucoup!</P><P>Paulo Marcel Coelho Aragao offered many corrections, both major        and minor, and contributed quite a number of helpful        suggestions.</P><P>I would like to especially thank <EM>Patrick        Callahan</EM>, <EM>Mike Novak</EM>, and        <EM>Pal Domokos</EM> for catching bugs, pointing out        ambiguities, and for suggesting clarifications and changes.        Their lively discussion of shell scripting and general        documentation issues inspired me to try to make this document        more readable.</P><P>I'm grateful to Jim Van Zandt for pointing out errors and        omissions in version 0.2 of this document. He also contributed        an instructive <AHREF="contributed-scripts.html#ZFIFO">example script</A>.</P><P>Many thanks to <AHREF="mailto:mikaku@fiwix.org"TARGET="_top">Jordi Sanfeliu</A>        for giving permission to use his fine tree script (<AHREF="contributed-scripts.html#TREE">例子 A-17</A>), and to Rick Boivie for revising it.</P><P>Likewise, thanks to <AHREF="mailto:charpov@cs.unh.edu"TARGET="_top">Michel Charpentier</A> for	permission to use his <AHREF="mathc.html#DCREF">dc</A> factoring script	(<AHREF="mathc.html#FACTR">例子 12-47</A>).</P><P>Kudos to <AHREF="mailto:friedman@prep.ai.mit.edu"TARGET="_top">Noah Friedman</A>        for permission to use his string function script (<AHREF="contributed-scripts.html#STRING">例子 A-18</A>).</P><P><AHREF="mailto:emmanuel.rouat@wanadoo.fr"TARGET="_top">Emmanuel        Rouat</A> suggested corrections and additions on	<AHREF="commandsub.html#COMMANDSUBREF">command substitution</A> and	<AHREF="aliases.html#ALIASREF">aliases</A>.  He also contributed	a very nice sample <TTCLASS="FILENAME">.bashrc</TT> file (<AHREF="sample-bashrc.html">Appendix K</A>).</P><P><AHREF="mailto:heiner.steven@odn.de"TARGET="_top">Heiner Steven</A>	kindly gave permission to use his base conversion script, <AHREF="mathc.html#BASE">例子 12-43</A>. He also made a number of corrections and many	helpful suggestions. Special thanks.</P><P>Rick Boivie contributed the delightfully recursive	<EM>pb.sh</EM> script (<AHREF="recursionsct.html#PBOOK">例子 33-9</A>),	revised the <EM>tree.sh</EM> script (<AHREF="contributed-scripts.html#TREE">例子 A-17</A>), and suggested performance improvements	for the <EM>monthlypmt.sh</EM> script (<AHREF="mathc.html#MONTHLYPMT">例子 12-42</A>).</P><P>Florian Wisser enlightened me on some of the fine points of	testing strings (see <AHREF="comparison-ops.html#STRTEST">例子 7-6</A>), and on other	matters.</P><P>Oleg Philon sent suggestions concerning <AHREF="textproc.html#CUTREF">cut</A> and <AHREF="system.html#PIDOFREF">pidof</A>.</P><P>Michael Zick extended the <AHREF="arrays.html#EMPTYARRAY">empty	array</A> example to demonstrate some surprising array	properties. He also contributed the <EM>isspammer</EM>	scripts (<AHREF="communications.html#ISSPAMMER">例子 12-37</A> and <AHREF="contributed-scripts.html#ISSPAMMER2">例子 A-28</A>).</P><P>Marc-Jano Knopp sent corrections and clarifications on DOS        batch files.</P><P>Hyun Jin Cha found several typos in the document in the        process of doing a Korean translation. Thanks for pointing        these out.</P><P>Andreas Abraham sent in a long list of typographical	errors and other corrections. Special thanks!</P><P>Others contributing scripts, making helpful suggestions, and	pointing out errors were Gabor Kiss, Leopold Toetsch,	Peter Tillier, Marcus Berglof, Tony Richardson, Nick Drage	(script ideas!), Rich Bartell, Jess Thrysoee, Adam Lazur, Bram	Moolenaar, Baris Cicek, Greg Keraunen, Keith Matthews, Sandro	Magi, Albert Reiner, Dim Segebart, Rory Winston, Lee Bigelow,	Wayne Pollock, <SPANCLASS="QUOTE">"jipe,"</SPAN> <SPANCLASS="QUOTE">"bojster,"</SPAN>	<SPANCLASS="QUOTE">"nyal,"</SPAN> <SPANCLASS="QUOTE">"Hobbit,"</SPAN> <SPANCLASS="QUOTE">"Ender,"</SPAN>	<SPANCLASS="QUOTE">"Little Monster"</SPAN> (Alexis), <SPANCLASS="QUOTE">"Mark,"</SPAN>	Emilio Conti, Ian. D. Allen, Arun Giridhar, Dennis Leeuw, Dan	Jacobson, Aurelio Marinho Jargas, Edward Scholtz, Jean Helou,	Chris Martin, Lee Maschmeyer, Bruno Haible, Wilbert Berendsen,	Sebastien Godard, Bj鰊 Eriksson, John MacDonald, Joshua	Tschida, Troy Engel, Manfred Schwarb, Amit Singh, Bill Gradwohl,	David Lombard, Jason Parker, Steve Parker, Bruce W. Clare,	William Park, Vernia Damiano, Mihai Maties, Jeremy Impson,	Ken Fuchs, Frank Wang, Sylvain Fourmanoit, Matthew Walker,	Kenny Stauffer, Filip Moritz, Andrzej Stefanski, Daniel Albers,	Stefano Palmeri, Nils Radtke, Jeroen Domburg, Alfredo Pironti,	Phil Braham, Bruno de Oliveira Schneider, Stefano Falsetto,	Chris Morgan, Walter Dnes, Linc Fessenden, Michael Iatrou,	Pharis Monalo, Jesse Gough, Fabian Kreutz, Mark Norman, Harald	Koenig, Peter Knowles, Francisco Lobo, Mariusz Gniazdowski,	Tedman Eng, Jochen DeSmet, Oliver Beckstein, Achmed Darwish,	Andreas K黨ne, and David Lawyer (himself an author of four	HOWTOs).</P><P>My gratitude to <AHREF="mailto:chet@po.cwru.edu"TARGET="_top">Chet	Ramey</A> and Brian Fox for writing <ICLASS="FIRSTTERM">Bash</I>,	and building into it elegant and powerful scripting	capabilities.</P><P>Very special thanks to the hard-working volunteers at	the <AHREF="http://www.tldp.org"TARGET="_top">Linux Documentation	Project</A>. The LDP hosts a repository of Linux knowledge	and lore, and has, to a large extent, enabled the publication	of this book.</P><P>Thanks and appreciation to IBM, Novell, Red Hat, the <AHREF="http://www.fsf.org"TARGET="_top">Free Software Foundation</A>, and        all the good people fighting the good fight to keep Open Source        software free and open.</P><P>Thanks most of all to my wife, Anita, for her encouragement and        emotional support.</P></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="toolsused.html"ACCESSKEY="P">前一页</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="index.html"ACCESSKEY="H">首页</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="trans_credits.html"ACCESSKEY="N">下一页</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">用来制作这本书的工具</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="endnotes.html"ACCESSKEY="U">上一级</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">译者致谢</TD></TR></TABLE></DIV></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?