delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/02/18/07:34:34

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.4.1 sourceware.org A34C0385842F
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=dinwoodie.org
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.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=uHBXrMSGoptWIcVpzwaHgEA0fQWJFvfKCxkfmfPQHco=;
b=GTb46+HIwYqNMJ01OHqAc/MZdNPw8lqXNePAV7Rv/PR3dn2thgmH+QG/6HeBBhnET3
G5DVikYMHlyUSKxQ0+bquaj6D8qU7QFH/7JaX4al5gBH7VupsJ2daysLIKPtVDcZKYCn
1sWPaTlHFv8xFr6tZSnDNCejmFd87OlkoogiY=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=uHBXrMSGoptWIcVpzwaHgEA0fQWJFvfKCxkfmfPQHco=;
b=metvfLnyWCxDmz1g+NoKGc6w+eJvH7tZfAgWY/IhagVUtEyRwnzFGzDVDZ1v1Lq3Ix
B13Qn/QR0Tgh8xzL0cK3n/RkGG7HI1EvaVpwzgkMJa9aKIotG+eofEz0JYYFxKgoWrqB
VXU2KQgMiAUrdygdCWeuongKNQpF0zw1DAvTUMWcQiB0rNjSdLUNSSavFOXYPBlKphaz
B/6FJMluD+ygNWd7y0YQiBRKmQTK7Q780T73U2NQLzhiScsA1PVIIri7SOD7K5cWrLL/
UsF/hq63CXDxlrX5l1TxrijVqBv9YH0IhTd4I2g1NnyIbVEBJu+h3sGAJUulo+mujlKO
95nQ==
X-Gm-Message-State: AOAM531+a/+Hk2K1ULCz15lJ+nz+YxiaZTKFN0aEE/tfFNzDWPOokTaa
UsrXZR1woOmCWWUpJUIThpmB8pMu/EAOBxMaLd6S8dlQsWE/mvrJ
X-Google-Smtp-Source: ABdhPJwkEg8wdqL519RPgXyRFdm6uQNhvlIUFIw5qML8uUIAm5shejDArKF1eraXXmnwq5wrQEHkSvxVjMJcFk0KJlA=
X-Received: by 2002:a05:690c:3a1:b0:2d6:9324:cb4f with SMTP id
bh33-20020a05690c03a100b002d69324cb4fmr7383791ywb.399.1645187611196; Fri, 18
Feb 2022 04:33:31 -0800 (PST)
MIME-Version: 1.0
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
Date: Fri, 18 Feb 2022 12:32:55 +0000
Message-Id: <announce.CA+kUOakguLnUVJgvfRaYvSoZbsw9WOqAPhUyqLq4gvGpS2N1Sw@mail.gmail.com>
Subject: [ANNOUNCEMENT] Updated: moreutils v0.67-1
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, SPF_HELO_NONE,
SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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+archive-cygwin=delorie DOT com AT cygwin DOT com>

Version 0.67-1 of moreutils has been uploaded, and should be coming
soon to a mirror to a mirror near you.

This is an update to the latest upstream release; it includes the
following changes:

- README: Formalize that I am not adding new tools to moreutils, and
have not for a long while. This package needs someone new to take over
editorial responsibility.

- Makefile: Install man pages without executable bit. Thanks, meator

- ifne.1: Improve example that pipes to mail to avoid escape sequences.

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