Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect output to process substitution fails #18

Closed
dicktyr opened this issue Feb 8, 2021 · 6 comments
Closed

redirect output to process substitution fails #18

dicktyr opened this issue Feb 8, 2021 · 6 comments

Comments

@dicktyr
Copy link

dicktyr commented Feb 8, 2021

the following command fails to print the expected output
and writes a file named $'\312\004' to the working directory

% echo abc > >(cat)

expected output

% echo abc > >(cat)
abc
@McDutchie
Copy link

This is one of the many bugs already fixed in ksh 93u+m, see ksh93/ksh#2 and ksh93/ksh@0aa9e03.

It doesn't look like the ksh-community project is very active, so please join us at 93u+m for current development. A beta release is due out in the next few weeks, I'm tying up the loose ends for it now...

@dicktyr
Copy link
Author

dicktyr commented Feb 8, 2021

excellent! thank you

please update the other repositories with a link if you can
as I missed it and I imagine others have too

in any case
thank you for maintaining the ksh!

@dicktyr dicktyr closed this as completed Feb 8, 2021
@McDutchie
Copy link

I'm afraid I have no control over any other repositories, so whether they provide a link is up to them. When the beta is ready I'll of course announce it where I can.

@dicktyr
Copy link
Author

dicktyr commented Feb 8, 2021

I added a reference to this repo to Wikipedia's KornShell article

@hyenias
Copy link

hyenias commented Feb 8, 2021

@dicktyr Can you correct the hyperlink for that Wikipedia KornShell page? When I click on it, I get sent to https://github.com/ksh93/ksh%7Cksh instead of https://github.com/ksh93/ksh.

@dicktyr
Copy link
Author

dicktyr commented Feb 8, 2021

actually I just removed the link as per WIkipedia policy
but I left the citation which is correctly linked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants