On 2015/05/28 20:37, Sébastien Marie wrote:
> file(1) in 5.5:
> ---------------
> $ echo foobar | file - 
> /dev/stdin: ASCII text
> 
> after patching:
> ---------------
> $ echo foobar | file -
> -: fifo (named pipe)

>   - should I rename "-" to "/dev/stdin" in order to have similar output
>     than before ?

I think so. Especially I think it would be a good idea if the
"echo .. | file -" / "cat .. | file -" cases work as before.


Reply via email to