From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 15 23:30:42 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D830F89 for ; Sun, 15 Dec 2013 23:30:42 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DC6381AF3 for ; Sun, 15 Dec 2013 23:30:41 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so3950918wgh.22 for ; Sun, 15 Dec 2013 15:30:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=yEj36ya4hM/9U7Pv/gF1LJjL2SpHhkPsU13nEjHtBUw=; b=jZePrq8iybjXNHdtRiOYrzfdvlzFV5f8J6GZC5xAmSV2XY25VqCKzbMEUHpxA0SnHu sJb05nWd96LPw/WhEUfEBM4PjWlhBiXwE/UeFKYkQmD0J4Xakmu62XY5O1YDotizjoWX JJ5+p2CcJHtKhXFexSOfjEUqsvaEXwrWTVLDd2G6CmFoYFmtk4Q02squ3eIpQY32bEhe YIF2eG/R8a6RAdi8P8CbERDksBGVx6gjWI8R3moVxQdwjx9SRxXJxEN8E+rHSLbVTkhM Wd1izaXfnc+q8SVcdGdZvUStWcJvtxtXD9bEXkDqCrQT7BE7mLsgAX3PUlbqkzCmEClo mUqg== MIME-Version: 1.0 X-Received: by 10.194.222.38 with SMTP id qj6mr4313926wjc.66.1387150239567; Sun, 15 Dec 2013 15:30:39 -0800 (PST) Sender: jamebus@gmail.com Received: by 10.227.2.5 with HTTP; Sun, 15 Dec 2013 15:30:39 -0800 (PST) In-Reply-To: <583D6F8B-1AB8-469C-BE1C-74D98015C053@FreeBSD.org> References: <20131215.105840.948.1@DOMY-PC> <1387125253.1177.2.camel@revolution.hippie.lan> <583D6F8B-1AB8-469C-BE1C-74D98015C053@FreeBSD.org> Date: Sun, 15 Dec 2013 17:30:39 -0600 X-Google-Sender-Auth: vCG7COzyRBOU8qOe-9luzxqYDKU Message-ID: Subject: Re: Interactive /bin/sh From: James To: "hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 23:30:42 -0000 A lean and mean sh(1) is a good thing=E2=84=A2. For interactive duties I'm super fond of mksh for day-to-day usage. If you need even more zsh is really useful. --=20 James. http://jameb.us/