From owner-svn-src-head@freebsd.org Tue Apr 10 14:28:37 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB581FA1111; Tue, 10 Apr 2018 14:28:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65EFF7A08E; Tue, 10 Apr 2018 14:28:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 15E9711403; Tue, 10 Apr 2018 14:28:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lf0-f49.google.com with SMTP id q9-v6so11979922lfk.9; Tue, 10 Apr 2018 07:28:37 -0700 (PDT) X-Gm-Message-State: ALQs6tBWO6/YG/f0SXVD/aKbEBs5kf4mR/Eo0w4GVH+OphrsS1O0avve gCCFf+2A8xdH3RcERqqK3V75PS+eo7PCZZM3BfM= X-Google-Smtp-Source: AIpwx48I3boobdyCXEXhknUl0vxh+1Pndg2aRij+oLWPSLt3teAEm4QxpiIvS3KVNWy2LERUPaYhC4XTYDZrayBLVHs= X-Received: by 10.46.29.1 with SMTP id d1mr434617ljd.22.1523370515508; Tue, 10 Apr 2018 07:28:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.129.90 with HTTP; Tue, 10 Apr 2018 07:28:14 -0700 (PDT) In-Reply-To: <201804101427.w3AERR7G088108@repo.freebsd.org> References: <201804101427.w3AERR7G088108@repo.freebsd.org> From: Kyle Evans Date: Tue, 10 Apr 2018 09:28:14 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r332372 - head/usr.bin/tail To: Kyle Evans Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 14:28:37 -0000 On Tue, Apr 10, 2018 at 9:27 AM, Kyle Evans wrote: > Author: kevans > Date: Tue Apr 10 14:27:27 2018 > New Revision: 332372 > URL: https://svnweb.freebsd.org/changeset/base/332372 > > Log: > tail(1): Add some long options > > Add --blocks, --bytes, and --lines long options for -b, -c, and -n > respectively. This improves tail(1)'s compatibility with its GNU counterpart > in a straightforward way. > > Reviewed by: eadler (earlier version) > MFC after: 3 days > ... Differential revision: https://reviews.freebsd.org/D14140