diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-08-29 21:14:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-08-29 21:14:06 +0000 |
commit | b23625f623d253b8f6de9b5937175af9a7db98bd (patch) | |
tree | 802d981b784dcf64214e89693fced669d838f441 /NEWS | |
parent | 6334db91d35e8984fc353f78f6b4a2af0553485a (diff) | |
download | coreutils-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |