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

Piping text from some programs doesn't work well #2

Open
6 tasks
DeflatedPickle opened this issue Aug 6, 2020 · 0 comments
Open
6 tasks

Piping text from some programs doesn't work well #2

DeflatedPickle opened this issue Aug 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DeflatedPickle
Copy link
Owner

  • Example 1: echo;
    • Test
    • Fix
>echo Hello | perl flamingo.pl
          ___________
         /           \
 |       | Hello
         \________,  /
                   \/
...

Here, we can see the pipe that should be on the far right ends up at the start, possibly?

  • Example 2: java;
    • Test
    • Fix
>java | perl flamingo.pl
Usage: java [-options] class [args...]
           ...
                    _
                   / \
                   \/
                   /
...

Here, the text is printed before the flamingo command. Possibly due to the java command not being able to pipe?

@DeflatedPickle DeflatedPickle self-assigned this Aug 6, 2020
@DeflatedPickle DeflatedPickle added the bug Something isn't working label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant