summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-08-29 21:14:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-08-29 21:14:06 +0000
commitb23625f623d253b8f6de9b5937175af9a7db98bd (patch)
tree802d981b784dcf64214e89693fced669d838f441 /NEWS
parent6334db91d35e8984fc353f78f6b4a2af0553485a (diff)
downloadcoreutils-b23625f623d253b8f6de9b5937175af9a7db98bd.tar.xz
"rm -FOO" now suggests "rm ./-FOO" if the file "-FOO"
exists and "-FOO" is not a valid option.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b708f74ce..ed91acf70 100644
--- a/NEWS
+++ b/NEWS
@@ -191,6 +191,9 @@ GNU coreutils NEWS -*- outline -*-
If stdin is a terminal, nohup now redirects it from /dev/null to
prevent the command from tying up an OpenSSH session after you logout.
+ "rm -FOO" now suggests "rm ./-FOO" if the file "-FOO" exists and
+ "-FOO" is not a valid option.
+
stat -f -c %S outputs the fundamental block size (used for block counts).
stat -f's default output format has been changed to output this size as well.
stat -f recognizes file systems of type XFS and JFS