diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-26 22:55:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-26 22:55:05 +0000 |
commit | 45bf776deea4b2a80535b7751c7e4e16c2584907 (patch) | |
tree | 2932decb6e789fdd7836af7488b1c98ac0bce712 | |
parent | 707dcca8f3f7f6ca9a06e718f9d46d38a9f26b99 (diff) | |
download | coreutils-45bf776deea4b2a80535b7751c7e4e16c2584907.tar.xz |
Add "ls --hide".
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |