From: Jim Meyering Date: Sat, 4 Dec 2004 14:15:46 +0000 (+0000) Subject: Mention cut's new --complement option. X-Git-Tag: v5.3.0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca9a76e83cc55c290bfb665195d769d48520701;p=thirdparty%2Fcoreutils.git Mention cut's new --complement option. --- diff --git a/NEWS b/NEWS index e418ed36d2..56870b21d4 100644 --- a/NEWS +++ b/NEWS @@ -182,6 +182,9 @@ GNU coreutils NEWS -*- outline -*- copying or moving multiple times to the same destination in a file system with a coarse time stamp resolution. + cut accepts a new option, --complement, to complement the set of + selected bytes, characters, or fields. + dd now also prints the number of bytes transferred, the time, and the transfer rate. The new "status=noxfer" operand suppresses this change.