Re: sed(1) Add support for "-" file

2018-12-06 Thread Todd C. Miller
This has the side effect of closing stdin on EOF but I don't think that is a problem. OK millert@ - todd

sed(1) Add support for "-" file

2018-12-05 Thread Martijn van Duren
According to POSIX[0]: The standard input shall be used if no file operands are specified, and shall be used if a file operand is '-' and the implementation treats the '-' as meaning standard input. Otherwise, the standard input shall not be used. See the INPUT FILES section. Which we currently