From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 21:39:22 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15E39359 for ; Mon, 15 Dec 2014 21:39:22 +0000 (UTC) Received: from host203.r-bonomi.com (host203.r-bonomi.com [204.87.227.203]) by mx1.freebsd.org (Postfix) with ESMTP id 723F0DFF for ; Mon, 15 Dec 2014 21:39:20 +0000 (UTC) Received: (from bonomi@localhost) by host203.r-bonomi.com (8.14.9/8.14.7) id sBFKcOX4016261; Mon, 15 Dec 2014 14:38:24 -0600 (CST) (envelope-from bonomi) Date: Mon, 15 Dec 2014 14:38:24 -0600 (CST) From: Robert Bonomi Message-Id: <201412152038.sBFKcOX4016261@host203.r-bonomi.com> To: freebsd-questions@freebsd.org, yuri@rawbw.com Subject: Re: Maybe somebody knows a good Bourne Shell book or tutorial? In-Reply-To: <54892F4C.1030906@rawbw.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 21:39:22 -0000 > From owner-freebsd-questions@freebsd.org Thu Dec 11 13:22:19 2014 > Date: Wed, 10 Dec 2014 21:44:44 -0800 > From: Yuri > To: FreeBSD Questions > Subject: Maybe somebody knows a good Bourne Shell book or tutorial? > > Asking here because it is used in FreeBSD a lot. > > Most google queries about Bourne Shell aspects bring answers like this: > Not sure, but if this was in bash, you could .... > And most documents found online aren't comprehensive, and only cover > beginner questions. No books on amazon look promising either. > > There are some quite tricky areas and questions about sh and hard to > find information. > > Anybody knows of some good book that would cover all essential issues of > Bourne shell programming? for _good_ computer books, see O'Reilly & Associates http://www.ora.com They have at least half-a-dozen titles on shell scripting, depending on which varient you want. I don't think they still have anything on the actual Bourne shell, but the POSIX-standard sh is Bourne with only a little added syntactic sugar.