diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-08-18 20:43:39 +0200 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2017-08-18 20:43:39 +0200 |
| commit | a8fc03d98036e58c96f86c38b7e8c9b064aa209f (patch) | |
| tree | 2b9e4ebb54bd0e6e6f63073009f814374d8e5785 | |
| parent | 9530e31f6d4febf8ff08f931f70b40d41603ef8d (diff) | |
| download | findutils-a8fc03d98036.tar.gz | |
doc: add a NEWS entry for the previous commit
* NEWS (Improvements): Add an entry for v4.6.0-115-g9530e31.
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ in the use of FTS. find now exits in more cases immediately after the error diagnostic, i.e., without the following usage text, to make the former more eye-catching. +find now outputs a better hint in case the user passed an unquoted shell- +glob pattern to options like -name, i.e., when the offending argument is +an existing file. + xargs now supports the -o, --open-tty option to reopen stdin as /dev/tty in the child process before executing the command; useful to run an interactive application. Added for compatibility with BSD. |
