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

Pipe operators #3

Open
egonelbre opened this issue May 4, 2016 · 0 comments
Open

Pipe operators #3

egonelbre opened this issue May 4, 2016 · 0 comments

Comments

@egonelbre
Copy link
Member

Allow piping files output to file.

Possible syntaxes ;>, ;>>, ;|, ;&&. It needs to be something that is uncommon, but resembles the standard command line.

Alternatively, provide a way to provide it as a single string, e.g. -run "cat < alpha.in 2> alpha.out && echo -- alpha.out 2>&1". See http://www.tutorialspoint.com/unix/unix-io-redirections.htm.

@egonelbre egonelbre changed the title Pipe operator Pipe operators May 4, 2016
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

1 participant