From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 20:08:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F530EDB for ; Thu, 11 Dec 2014 20:08:11 +0000 (UTC) Received: from stangl.us (stangl.us [66.93.193.95]) by mx1.freebsd.org (Postfix) with ESMTP id E1DEFA95 for ; Thu, 11 Dec 2014 20:08:10 +0000 (UTC) Received: from scout.stangl.us (localhost [127.0.0.1]) by scout.stangl.us (Postfix) with ESMTP id BCB7E22807 for ; Thu, 11 Dec 2014 14:02:42 -0600 (CST) X-Virus-Scanned: amavisd-new at stangl.us Received: from stangl.us ([127.0.0.1]) by scout.stangl.us (scout.stangl.us [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id swK_Ay9Fg778 for ; Thu, 11 Dec 2014 14:02:41 -0600 (CST) Received: by scout.stangl.us (Postfix, from userid 1001) id C50B522805; Thu, 11 Dec 2014 14:02:41 -0600 (CST) Date: Thu, 11 Dec 2014 14:02:41 -0600 From: Alex Stangl To: freebsd-questions@freebsd.org Subject: Re: Maybe somebody knows a good Bourne Shell book or tutorial? Message-ID: <20141211200241.GA43214@scout.stangl.us> Mail-Followup-To: freebsd-questions@freebsd.org References: <54892F4C.1030906@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54892F4C.1030906@rawbw.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 20:08:11 -0000 On Wed, Dec 10, 2014 at 09:44:44PM -0800, Yuri wrote: > 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? Classic Shell Scripting (from O'Reilly) is good. Alex