From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by sourceware.org (Postfix) with ESMTPS id 03360384A034 for ; Sat, 16 Jan 2021 20:23:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 03360384A034 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adam@dinwoodie.org Received: by mail-qk1-x729.google.com with SMTP id d14so15200735qkc.13 for ; Sat, 16 Jan 2021 12:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=d+RYiwUAN8GRmk1ItQF5+D68g0VCjbIfcHxaUZWr1YI=; b=Ew+upJpt3GX0V1uDiMsdn/d1wFeDEPcL7ig5sxcLKADOVRZGkmMSAb5r9ISSrj6juK +TaPlfmW6e3bgrg8fMC6A5U2dCzxHMMIjUWddWmpBRmPHys4d5sczUuJaT4u0q9YObzD DctTkXW3ropzUY+FBQaVGTejHM9vJDcDfmc4k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=d+RYiwUAN8GRmk1ItQF5+D68g0VCjbIfcHxaUZWr1YI=; b=pbfz3ZmG4iNaINsWCS3Ny1cYAV8Sy2vaPBzM2B7m/rtbAD4Df9dF5mIDP7a+IaY/b5 mPprG91gSnRa3NC9Hj0zmMNJm/TSFcg2tPwJKrGbpSGg7g4/ZhhAXDzzdeQBlp0giYjS ld8UJYEgSE5pjE+UEwArfArRvCbQ72dRdDSjw4waug4pId7AhjjQ1rDpzZZ9Bypm8+ug VM4fU3XSnO5gzqA9FnuwNAw7bjqVPAunWTZdJOI74ziEmkJJIQFKHiD9u0+0QSQ/MxGS UIApCmZS9qzAZj3bTBUkuuUGVcnlem/zkIuRF6AgRrYsHqMBEgkPZ5R4bIg5mU90XBoa 5XhQ== X-Gm-Message-State: AOAM530ga8DhdSJsdOCtxpGEVN4ovoflHe7pqvtv9nw+Vxo+PRSmW3z3 jVJ8bURy/05um4YUWx6x6jaZ1yZ0uRhQ3XSXDGhGg3xaqbo= X-Google-Smtp-Source: ABdhPJz1MtxWmT+J1MAqJ6rvojvRLIeOA16qcavDu35HNRzMz1sY433+OufvVoSwqWhdjZOqqSby5eTti5fQYDl/UxQ= X-Received: by 2002:a37:b204:: with SMTP id b4mr18256431qkf.72.1610828587439; Sat, 16 Jan 2021 12:23:07 -0800 (PST) MIME-Version: 1.0 From: Adam Dinwoodie Date: Sat, 16 Jan 2021 20:22:32 +0000 Message-ID: Subject: Updated: moreutils v0.65-1 To: cygwin-announce@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2021 20:23:09 -0000 Version 0.65-1 of moreutils has been uploaded and should be coming soon to a distribution server near you. This is an update to the latest upstream release; it includes the following changes: - vipe: Added --suffix option. Thanks, P=C3=A5l Gr=C3=B8n=C3=A5s Drange. - ifdata: fail when -ph is given but no hwaddr is available (Closes: #386755) Thanks, Nicolas Schier Moreutils is a "collection of the unix tools that nobody thought to write long ago when unix was young." >From the upstream website, https://joeyh.name/code/moreutils/: Probably the most general purpose tool in moreutils so far is sponge(1), wh= ich lets you do things like this: % sed "s/root/toor/" /etc/passwd | grep -v joey | sponge /etc/passwd There are lots more listed below, and I'm always interested to add more to = the collection, as long as they're suitably general-purpose, and don't duplicat= e other well-known tools. - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - ifne: run a program if the standard input is not empty - isutf8: check if a file or standard input is utf-8 - lckdo: execute a program with a lock held - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command