diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-26 21:59:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-26 21:59:01 +0000 |
commit | 29f4f9a5ac4a91808e0cce7d337a2a53625b171a (patch) | |
tree | 933244fc5db022fb309ce88437de3e48f587737d | |
parent | d3057155d5093bea153be84f373027c10c0df803 (diff) | |
download | coreutils-29f4f9a5ac4a91808e0cce7d337a2a53625b171a.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index c49c5889a..bdf91d1c3 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,9 @@ Changes in release 4.1: [4.0r] +* install -d may now be used to set special bits + e.g., `install -m a=rwx,o+t -d DIR' now honors the `o+t' part +* cp, mv, ln, install: document that while the --backup option takes an + optional argument, the -b option accepts none * `ls -e' fails with a more useful diagnostic * df produces better output for loop file system mount points [4.0q] @@ -64,6 +68,7 @@ Changes in release 4.1: * cp, install, ln, mv: deprecate the --version-control option. Use --backup's new optional argument instead. The old option still works, but now evokes a warning. +* cp, install, ln, mv: the --backup option now accepts an optional argument * cp, install, ln, mv: accept new option: --target-directory=DIR * chgrp: accept new option, --dereference. --no-dereference is now the default. * New ls option --quoting-style=locale acts like --quoting-style=c, except |