From owner-freebsd-questions@FreeBSD.ORG Sat Dec 30 20:32:34 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 75CEF16A415 for ; Sat, 30 Dec 2006 20:32:34 +0000 (UTC) (envelope-from a@zeos.net) Received: from jan.ukrtel.net (jan.ukrtel.net [195.5.6.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2F80313C45B for ; Sat, 30 Dec 2006 20:32:31 +0000 (UTC) (envelope-from a@zeos.net) Received: from 57-30-207-82.pool.ukrtel.net ([82.207.30.57] helo=host.my.domain) by jan.ukrtel.net with esmtpa (Exim 4.63) (envelope-from ) id 1H0iqY-0001L9-5A for questions@freebsd.org; Sat, 30 Dec 2006 20:22:18 +0200 Received: from host.my.domain (localhost [127.0.0.1]) by host.my.domain (8.13.7/8.13.6) with ESMTP id kBUIM7V1005770 for ; Sat, 30 Dec 2006 20:22:07 +0200 (EET) (envelope-from a@zeos.net) Received: (from elisej@localhost) by host.my.domain (8.13.7/8.13.6/Submit) id kBUIM68Q005769 for questions@freebsd.org; Sat, 30 Dec 2006 20:22:06 +0200 (EET) (envelope-from a@zeos.net) Date: Sat, 30 Dec 2006 20:22:06 +0200 From: a@zeos.net To: questions@freebsd.org Message-ID: <20061230182206.GA5557@host.my.domain> Mail-Followup-To: questions@freebsd.org References: <20061230150403.GA4674@host.my.domain> <17814.33476.413912.221142@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <17814.33476.413912.221142@jerusalem.litteratus.org> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: 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: Sat, 30 Dec 2006 20:32:34 -0000 On Sat, Dec 30, 2006 at 10:16:20AM -0500, Robert Huff wrote: > > a@zeos.net writes: > > > I need a reference manual or specification for sh. > > Where can I find it? > > In you mean within FreeBSD, try: > > man sh > > or > > man builtin, > > As a user, the O'Reilly _UNIX in a Nutshell_ I bought many > years ago was a very wise investment. > If you want to hack the code ... the start with the code. And > good luck. > > > Robert Huff 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).