delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/09/04/06:44:12

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AD9213986813
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=dinwoodie.org
Authentication-Results: sourceware.org;
spf=pass smtp.mailfrom=adam AT dinwoodie DOT org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=dinwoodie.org; s=google;
h=mime-version:from:date:message-id:subject:to;
bh=tgwWwcDoDKetRkGbtTF7iIluTjyFh5qfASBQBWw3VvI=;
b=qbPjvqhnB+zB+aoWXIPq76nylEFyjaMTKFasNCogb/PAwrCGONNW1HDpoiXFHsx8oj
hIEa2aZt92zfV59L395HnR5cpLoeWCibry1b8VeRZDJv42zxwcMu7PdSB4gPqswS8/Mg
q6wQc0ZWutEuSx9MlWQT78d822mIs23NacfFY=
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=tgwWwcDoDKetRkGbtTF7iIluTjyFh5qfASBQBWw3VvI=;
b=pxApJI+OfgME7IT/nEOX/a04STra7C3btdn4KeUeHuYqVXpkW5cHnQHXiklZ19VYxI
pezMUAlg+OUBbQQ3BpXIiR61R1nDSjfj0gp6RKvja+ukD0G5GzT/QiYjoAAqAgyaJOVt
YTMJALI1Q0lTy0l7AlmlvDgHmCyza+3VAvp1ZisjxSPA+mMhOcHmj8cws6xQj+wMU5bN
Z6wXt0pcWKIi8InJo0ofqrbBhjVk88wSWJ7Fw1OU+/7yB0GRSEk5s1wm/pZgd6lD2XQh
h/rUH6JIJJ2YXvBfx2nf0HjnCr1Hen5eXro0zE3ybArkJkOGflUblyXHS2LyMUYQdi+1
G5Fg==
X-Gm-Message-State: AOAM531ek2Ol2k0Kb7WlXZ6HE+tXeNJ3hCZY3x3eASF/+/yHjxvWhm51
Cml9EnYN/FLLkagkm/+CNtf98fqqITlwl8HaKfMR69I/M0mChA==
X-Google-Smtp-Source: ABdhPJyzVCPhF8lSOVE9fWQtbU8CqHT5HoidToem90ZEEn525WOyjY5VdKbKDZ6M05EVOCK105ebBjcJvJafOBK2LHU=
X-Received: by 2002:a9d:b8c:: with SMTP id 12mr4870575oth.332.1599216180753;
Fri, 04 Sep 2020 03:43:00 -0700 (PDT)
MIME-Version: 1.0
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
Date: Fri, 4 Sep 2020 11:42:24 +0100
Message-Id: <announce.CA+kUOannjM7-MApf2fOFRy3PfarLqrJnXwkPko7FuVSGzwU94Q@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: moreutils v0.64-1
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-2.9 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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
X-Mailer: Perl5 Mail::Internet v2.20
X-BeenThere: cygwin AT cygwin DOT com
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Reply-To: cygwin AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Version 2.64-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.

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:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019