mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
ls now exits with status 1 on minor problems, 2 if serious trouble.
This commit is contained in:
parent
a64afdee8b
commit
c3b2c15cfe
2
NEWS
2
NEWS
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user