From owner-freebsd-questions@FreeBSD.ORG Sun Dec 31 00:08:53 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 80B9F16A403 for ; Sun, 31 Dec 2006 00:08:53 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 630F513C442 for ; Sun, 31 Dec 2006 00:08:53 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id kBUNoLcV018244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 30 Dec 2006 15:50:21 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id kBUNoLcG018243; Sat, 30 Dec 2006 15:50:21 -0800 (PST) Received: from fbsd61 ([192.168.200.61]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA24627; Sat, 30 Dec 06 15:44:17 PST Date: Sat, 30 Dec 2006 15:46:03 -0800 From: perryh@pluto.rain.com To: a@zeos.net Message-Id: <4596fa3b.bIiluOeFA6SCJ8im%perryh@pluto.rain.com> References: <20061230150403.GA4674@host.my.domain> <17814.33476.413912.221142@jerusalem.litteratus.org> <20061230182206.GA5557@host.my.domain> In-Reply-To: <20061230182206.GA5557@host.my.domain> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Is there reference manual for sh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Dec 2006 00:08:53 -0000 > I need any online complete manual on sh, not a brief as it is man sh. > The last one doesn't describe many features both interactive (command > line editing, using history interactively, and many others) and > scripting (for example, conditional expressions). "info bash" might be a reasonably good approximation. Granted it will describe capabilities that may not be present in other variants of sh.