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

add plsh2 language to overcome command line limitations #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Maxime2
Copy link

@Maxime2 Maxime2 commented May 30, 2016

I found a big drawback in plsh language that the amount of data you can pass to a shell function may hit command line limitation, i.e. no more 254 spaces and no more 2MB (or even less).
The plsh2 language in this pull request may help to overcome this issue by passing the first argument value to the stdin of the shell script.

@wscherphof
Copy link

Any thoughts on this @petere ? I'd surely like to be able to stream to stdin.

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

Successfully merging this pull request may close these issues.

2 participants