diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 17:49:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-09 17:49:45 +0000 |
commit | c3b2c15cfee3be491e39ebea9d7fcbf8d91036a2 (patch) | |
tree | 8184b4c5bf475096e237b1bad7ec815214c7fe62 /NEWS | |
parent | a64afdee8b1604c3ae99c7d7b93687fb66ed7eee (diff) | |
download | coreutils-c3b2c15cfee3be491e39ebea9d7fcbf8d91036a2.tar.xz |
ls now exits with status 1 on minor problems, 2 if serious trouble.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ GNU coreutils NEWS -*- outline -*- echo -e '\xHH' now outputs a byte whose hexadecimal value is HH, for compatibility with bash. + ls now exits with status 1 on minor problems, 2 if serious trouble. + 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 |