diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 20:59:33 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-29 20:59:33 +0000 |
commit | acb337ee5591ec2f204cab8dcde376ca6c32d743 (patch) | |
tree | 3ea149c2c8bb0236d047363a78b9c15d774bdd8f | |
parent | 93e157c519e85ef98dcd90f71daf599eaccbff4f (diff) | |
download | coreutils-acb337ee5591ec2f204cab8dcde376ca6c32d743.tar.xz |
ls -p now appends only directories. New option
--indicator-style=directory equivalent to -p.
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -62,6 +62,12 @@ GNU coreutils NEWS -*- outline -*- When POSIXLY_CORRECT is set, "fold file -3" is now equivalent to "fold file ./-3", not the obviously-erroneous "fold file ./-w3". + ls changes: + + -p now appends '/' only to directories; it is equivalent to the + new option --indicator-style=directory. Use --file-type or + --indicator-style=file-type to get -p's old behavior. + nohup changes: nohup now ignores the umask when creating nohup.out. |