1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00
This commit is contained in:
Jim Meyering
1997-12-16 15:16:20 +00:00
parent 08b3d2975e
commit fc22546441
+3
View File
@@ -1,4 +1,7 @@
Changes in release 3.17:
* 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.
[3.16g]
* ln --backup is now consistent with cp and mv in that --force is no longer
required when the destination is an existing non-directory.