From owner-svn-src-all@freebsd.org Sun Oct 29 18:03:24 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E27BE48863 for ; Sun, 29 Oct 2017 18:03:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25C842006 for ; Sun, 29 Oct 2017 18:03:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22e.google.com with SMTP id 97so22418264iok.7 for ; Sun, 29 Oct 2017 11:03:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=YOjzqMIDD/UqOkI1UqWhuDqVJX7RLTfyc+nq6KhwQ28=; b=AvP/6NYkKHfuS8lUDU8m2X2y34kkmnnCuDEXWFEe35orLtOwdM3L9ZAbHry8N88qN3 ZYZ0KUyv7FwwM/eiEkGbvcN/P5b/3Ule97yclBS+aXwikc1raSBnNk7Qa3dH3xkmtfl4 eVjj0/Hcov8s6dK7Wt3Wgg9XHP7DJ4degxo6sY6l8oN493up5ekyWFYphtKDPH7OoxzV cOS0XCm5h8ZRrTz1D9iwbENxtFkoa8o+71hRGQqsEq40a3KjkdDhGhKucfsDbSW/I9D9 Qe2BTTRaWSVlLtKnFS3bYnP2rkHdNn0wFsI67zR2TivxOyWLqyDp94LvZNDCfMN6DTCK 8r3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=YOjzqMIDD/UqOkI1UqWhuDqVJX7RLTfyc+nq6KhwQ28=; b=Si0NXTtQsUfUnGI81pAlxDTtTjdNBFig2QQUXNfZxhbuK7UZTHMRV2Q5OyYBQX2A8P 7cg3OUUGFzB37F81/aPRd6RbB5qxRLqz06i8EuudGV17duOJp/CkF6xn79Vx1s785h49 fYe4jTgvCdT7oQtwjNX0S5dmk1LgpD5cwl2Th24V0R4vinkHtKgtUo6E1XUlkhfM9wM8 Ygbh0NFJCH821Nq6rgjU4XHYmnzVxoY4fhhto4cNRl65NLexnxmdbdxZYMwEp9Sp+Drb JykFIgqYtw65OzT9EpHBPO5ciTmgKO7jcVxxgTax2VS5R6FGRaaGEVumwtv+Mr8k32Gd ctaQ== X-Gm-Message-State: AMCzsaWbt47Qu4H+py9UXvdQQUKcNhsw53Sew9L/jQEDZkUsf5OpcSm5 i2B67iqy0hpEwSjxePlLpYEo6nhMkIF6Wej75rUq9A== X-Google-Smtp-Source: ABhQp+QhNypvk75EtH8feJMYBGBOnJrbC7Qoal8phBBsP+1VAM46+wlogQyliqyG7HKzzJbhtwr2NaomCqoIjIXidKA= X-Received: by 10.36.184.5 with SMTP id m5mr3239217ite.69.1509300203430; Sun, 29 Oct 2017 11:03:23 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.57.22 with HTTP; Sun, 29 Oct 2017 11:03:22 -0700 (PDT) X-Originating-IP: [2603:300b:6:5100:1c83:d998:8892:5c23] In-Reply-To: References: <201710290453.v9T4rX3E060010@repo.freebsd.org> From: Warner Losh Date: Sun, 29 Oct 2017 12:03:22 -0600 X-Google-Sender-Auth: BlThqdAV_wg7_xvqUperHwn7gJo Message-ID: Subject: Re: svn commit: r325092 - head/usr.bin/fortune/datfiles To: Ed Maste Cc: Eitan Adler , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 18:03:24 -0000 On Sun, Oct 29, 2017 at 8:26 AM, Ed Maste wrote: > On 29 October 2017 at 00:53, Eitan Adler wrote: > > Author: eadler > > Date: Sun Oct 29 04:53:33 2017 > > New Revision: 325092 > > URL: https://svnweb.freebsd.org/changeset/base/325092 > > > > Log: > > Modernize freebsd-tips a bit > ... > > % > > Want to run the same command again? > > -In tcsh you can type "!!". > > +Type "!!". > > % > > $ !! > sh: !!: not found > > I doubt many people use /bin/sh as an interactive shell, but the tip > ought not lead those who do astray > Yes. /bin/sh on FreeBSD doesn't grok it, though bash and some other shells available as ports do. I think that the old text was a bit better. Warner