Major Feature #29217
Implement pipes concept
| Status: | New | Start date: | 2011-08-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | RC1 (delivery) | |||
| Votes: | 0 |
Description
Pipes can be used to reuse the output with another script call by reading from STDIN.
This allows to easily concatenate related actions.
Example (purging temp. data of backend users):
php console.php user:list | php console.php user:purge
History
Updated by Oliver Hader over 1 year ago
- Target version set to RC1 (delivery)