From: Jim Meyering Date: Tue, 16 Dec 1997 15:16:20 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16h~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc22546441c3f0460fd93ec9c0ad6cc6ef2c9698;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 57fdb0b063..f67914e896 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -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.