On 02/19/2015 03:55 AM, Eric Blake wrote: > On 02/18/2015 06:59 PM, Pádraig Brady wrote: >> I'm worried about breaking scripts that do stuff like: >> >> tee file - >/dev/null > > But why do that when: > > tee file > > does the same with less typing?
you probably meant ... | tee > file or ... > file to be equivalent - yet the argument of less typing still holds. Have a nice day, Berny
