X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; q=dns; s=default; b=FBUJ59jssrO3Oud7VR +bguMOjPHqbrwVXWelCXDW3iHay3+rxDZXxoRvLFO+NxdPc0arcA5O+kkGUHj3a9 QrpE4gvqlNF/n7Hzny9zR1VrylWqcdmXQDc1LI6nh14wen7Bkg15DQNaCto+9e7J LBd4bwxW8lqKHiVhQCilf2pWc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:from:date:message-id :subject:to:content-type; s=default; bh=vcqHlbApuK3GG4nD0dIUPrp+ Cbo=; b=qzTi7UzLKTVRRkTc5SlZjiDy8WH/C6xWxcCclh8EltoliOQVUObzb81F eAITJtuVh0Cu49qkIPlGCdUSUB2gNFsCZMSt6a4YburgV96CL+onl8ByboQ4kSi9 sLUbaymPvxzjcmuUqgZdW7VGIriuLZA1y5VCWbQ0bAbD9viOsVw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=pipes, HX-HELO:sk:localho, sponge, quietly X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No 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; bh=yj3ihNWscy2ovprWKSIsstQUgU6PBTA+e/Y8U2UK45U=; b=I1DVG0op8WMo0OtwgAOjN0rLNzE1v88EUyUo7fVSnKkRJAAnFah1sjf+66QEK+rB+V SHkQqQEhwmvRDNT2ylc9U/d3JGUE1aidd8EmfDGCfnOkAY+p8G8ntl2B+xLadC3eNw1Q rg2JdYmBlKFEGtiXhUXIK+roj3x/5jHJum5RedgznpgnvXJcThmJOqsLKmNLZwHbaaor nsT6ewUP7ldtCQg3e9tGF8TW9oGGhUbsy2wQ8UptqoEYjT8V+ZajxX0QoZ7ou5LpcF2D ruP+dIdeLdmDZQNHc1KnoRisA95nHQX2ZXlabeNzI5WK+9KsAMKg2GSEKftZTG0bN4/+ GhKQ== X-Gm-Message-State: AKGB3mLXHRSf+XwGtUP80R/KCSP+p5eCTz+ENzutKbzcMzi8hkDAB0uw +CcDxiZUzMdemmd5Z0oyCDEfb9J/dqIaBD81BInowagbp7I= X-Google-Smtp-Source: ACJfBosLZS1IQE2T3PlVr2TMlu0/TT0RVxYQHvBsMHawHG1OotSC7fn5llysKHXPSHQf0jZT4eDTYlAVlciKALI6urs= X-Received: by 10.107.112.12 with SMTP id l12mr5139777ioc.118.1515070982463; Thu, 04 Jan 2018 05:03:02 -0800 (PST) MIME-Version: 1.0 From: Adam Dinwoodie Date: Thu, 4 Jan 2018 13:02:21 +0000 Message-Id: Subject: [ANNOUNCEMENT] Updated: moreutils v0.62-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Version 2.62-1 of moreutils has been uploaded and should be coming soon to a distribution server near you. 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), which 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 duplicate 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 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple