mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-26 18:41:16 -04:00
4eafd1b11f
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.