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 03360384A034 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 :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: [ANNOUNCEMENT] Updated: moreutils v0.65-1 To: cygwin AT cygwin DOT com 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 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 List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10GKNwmq009983 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ål Grønås 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), 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