From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 06:40:34 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 9E441B8C for ; Thu, 11 Dec 2014 06:40:34 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 88E1B2B2 for ; Thu, 11 Dec 2014 06:40:34 +0000 (UTC) Received: from www.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id sBB5ije5010789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 10 Dec 2014 21:44:46 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be www.doctorlan.com Message-ID: <54892F4C.1030906@rawbw.com> Date: Wed, 10 Dec 2014 21:44:44 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Maybe somebody knows a good Bourne Shell book or tutorial? Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 11 Dec 2014 06:40:34 -0000 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? Yuri