Hi,

In article <[EMAIL PROTECTED]>,
           Triode<[EMAIL PROTECTED]> wrote:
> To check what is going on - is /bin/sh a link to bash?  

Yes.

> If so there appears to be something in bash which switches off /dev/df/3
> support when involved as sh...

Doesn't appear so. Just created a file called 'testing' containing:

echo "hello" > temp.txt
cp temp.txt /dev/fd/3 3>&1 1>&2

And done the following:

[EMAIL PROTECTED]:~$ bash testing
hello
[EMAIL PROTECTED]:~$ sh testing
hello


Odd...

Andy

>
>

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to