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:date:from:to:subject:message-id :mime-version:content-type; q=dns; s=default; b=CY+qNA8Hh2v6QlJ8 ZPYYQeQQjMyzHdVkNory+Bd9ZW5tVf+BtRyAnLvNeAKQ9jJfXH3Ihj8cLksBnnnP 7fY2jtlV+7TAK+tLqv3bVU7TTEI9R4v2ghZZ2RtPK9ngohGIx8R7jXzQUNi2syMn FWn0D/0EgeR3+QeDu2JqSqsRKKg= 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:date:from:to:subject:message-id :mime-version:content-type; s=default; bh=Q7Qpg7LInfWrBfAjVNXeKf qgo5U=; b=AZ0iJUJjbWmK3sVZpHwQQ2+uOooZ28QvWF1UmS7Ob3wVfIOr9pLJY6 oOG9onOxEQtLhbWl4d8Qy8gM0BXClqJYI0QdN3TeRZq/NsdUHdZNqvAdSxOFHEZJ W2GUEfVkrf5ueVNRfQIPOHwcbaj/Izomx6rmO1bUrp5A6rXEZT6lE= 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.2 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT,KB_WAM_FROM_NAME_SINGLEWORD,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=quietly, HX-HELO:sk:localho, H*R:D*cygwin.com, editor 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:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=zT7JH9X2K5NSByHqPBbVBTlt5hAqNHVgibUc0wkovyg=; b=jAwo/AXjtkH/ZQlVqUE6qeRbV6qkNIDUFPRxRiIc+JBDGaQ3Dh+TsGAHx/xc0Tynis JcXFaKLYRBTirwKnufEIIwOZLEC9fntmxtKnxVDNS8+nfYeptWgyts27pvHOL1DTZ6UZ aJSQm7ts+bqHFBGyqQ4i8xLLgwSOncEshaaV7q/38diTvp9S1aC9yLv8crD7CRdVdKx6 aZtHnaiYqpWXvelaZ1RomKrcUi09galGrOH2A2cUneDFAs1y+CDGJYtxNWjB2zNUZUrN lLVNTD9vqN6R1m3FzV9SlPiO+9Q1I8CbR6uxfnltG2Wu+8B7zEp7n9dwLVHhr5qovpNK EEDw== X-Gm-Message-State: AJaThX4vI9gHCtshhd+3dPcqIOpPIq5PRGoEGcHWsacg2+LlmRflwaIM BhQc7lQrojwAXM3kKVRmVoGdcUDTw/Y= X-Google-Smtp-Source: AGs4zMaMI1qfIPOtklhIROfF87MaOKhJ5mP/WQIAJnZy0HU2Qtses6zOW1pMi8ghv6N1j5hjzy1jIQ== X-Received: by 10.223.182.7 with SMTP id f7mr8556668wre.71.1511370496428; Wed, 22 Nov 2017 09:08:16 -0800 (PST) Date: Wed, 22 Nov 2017 17:08:14 +0000 From: Adam Dinwoodie To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] New package: moreutils v0.61-1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes The moreutils package has been added to Cygwin, 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