summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 12:05:56 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 12:05:56 +0000
commit9ef99e168b8174e20774eb2db910fafe991d5e68 (patch)
tree6bf1832e297d3807662ca7d9fad9d80fd9697ab2 /old
parentbdcaa361bc85be251ee4329d44042ce24379b7c8 (diff)
downloadcoreutils-9ef99e168b8174e20774eb2db910fafe991d5e68.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index f67914e89..77e4493b6 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,5 @@
Changes in release 3.17:
+* du accepts new options, --exclude=PAT and --exclude-from=FILE (-X FILE)
* ls now quotes file names for the shell by default, if they contain
characters that need quoting. Use -N to get the old default behavior.
The new behavior is also enabled by the new option -e or --quote-shell.