reddit discussion on replacing Python in 0install

estew estewh at gmail.com
Tue Jun 11 04:17:13 PDT 2013


On Tuesday, 11 June 2013 at 10:55:16 UTC, Nick Sabalausky wrote:
> On Tue, 11 Jun 2013 09:09:43 +0200
> Jacob Carlborg <doob at me.com> wrote:
>
>> On 2013-06-11 08:38, Nick Sabalausky wrote:
>> 
>> > I just tried both on Debian 6:
>> >
>> > nick at debian6:~$ cat 1< /dev/null
>> > cfws
>> > cat: write error: Bad file descriptor
>> > nick at debian6:~$ echo meh 1< /dev/null
>> > bash: echo: write error: Bad file descriptor
>> >
>> > Maybe OSX behaves differently?
>> 
>> I get the same on Mac OS X 10.6.3 using bash. Is Andrei 
>> perhaps using another shell?
>> 
>
> I think I remember him saying somewhere that he uses zsh, 
> although I
> can't look it up or test it on zsh at the moment.

Just tried zsh, bash, sh..

$ echo meh 1< /dev/null
zsh: no output
bash: Bad file descriptor
sh: Bad file descriptor

$ echo meh 2< /dev/null
zsh: meh
bash: meh
sh: meh



More information about the Digitalmars-d mailing list