From b23625f623d253b8f6de9b5937175af9a7db98bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 29 Aug 2005 21:14:06 +0000 Subject: "rm -FOO" now suggests "rm ./-FOO" if the file "-FOO" exists and "-FOO" is not a valid option. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3-54-g00ecf