mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-22 16:27:13 +08:00
POSIX-conformance fixes for "-" used as an operand.
This commit is contained in:
parent
1ccc1a1b4b
commit
6e48f7ed86
@ -1,3 +1,13 @@
|
||||
2004-08-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
POSIX-conformance fixes for "-" used as an operand.
|
||||
* coreutils.texi (Common options): Clarify that "-" means
|
||||
stdin/stdout only when it is an operand, not when it is an
|
||||
option-argument.
|
||||
(shred invocation): "shred -- -" is equivalent to "shred -",
|
||||
not to "shred ./-".
|
||||
(tee invocation): "tee -" means to copy (again) to stdout.
|
||||
|
||||
2004-07-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* coreutils.texi (nice invocation): Document the "nice value", and
|
||||
|
Loading…
Reference in New Issue
Block a user