From: Paul Eggert Date: Sun, 26 Sep 2004 22:55:05 +0000 (+0000) Subject: Add "ls --hide". X-Git-Tag: v5.3.0~584 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bf776deea4b2a80535b7751c7e4e16c2584907;p=thirdparty%2Fcoreutils.git Add "ls --hide". --- diff --git a/NEWS b/NEWS index cf6e41e78e..92ae0dc47f 100644 --- a/NEWS +++ b/NEWS @@ -196,6 +196,11 @@ GNU coreutils NEWS -*- outline -*- echo -e '\xHH' now outputs a byte whose hexadecimal value is HH, for compatibility with bash. + ls has a new --hide=PATTERN option that behaves like + --ignore=PATTERN, except that it is overridden by -a or -A. + This can be useful for aliases, e.g., if lh is an alias for + "ls --hide='*~'", then "lh -A" lists the file "README~". + In the following cases POSIX allows the default GNU behavior, so when POSIXLY_CORRECT is set: