-
Notifications
You must be signed in to change notification settings - Fork 1
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
Single pipe |
#42
Labels
Comments
Technical knowledge used
tsaking
|
9月22日redirection bug
single Pipe line progress
Unresolved problem
|
Merged
9月23日redirection bug
single Pipe line progress
mutil Pipe line progress
|
QAGiven: User type some_command (For example: echo ab) Given: User type some_command | another_command (For example:ls -l | grep 'hello' ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Epic
Process
Description
For good user experience, user can add chain commands using pipeline
AC
Given: User type
some_command
(For example: echo ab)When: User hit
Then: Print ab on console.
Given: User type
some_command | another_command
(For example:ls -l | grep 'hello'
)When: User hit
Then: Should use output of first command as input of second command.
Out of Scope
Support of multi pipe, like
command1 | command2 | command3
The text was updated successfully, but these errors were encountered: