On 2021-01-30 11:19 a.m., Ray Andrews wrote:
Because it keeps 'tabs' from being fed arguments that it doesn't want, and zsh is then smart enough to sent those args on to the next command :-)On 2021-01-30 11:00 a.m., Bart Schaefer wrote:ubuntu% ls /dev/fd/0 /dev/fd/0 ubuntu% ls /dev/fd/0 <&- ls: cannot access '/dev/fd/0': No such file or directoryWhat would be the practical use of that?