mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
9e960e36fd
PR: ports/98874 Submitted by: Rouslan Iskhakov <rouslan@rshell.net> Reviewed by: aaron Approved by: tobez (implicit)
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
"Pipelines" are a mechanism to process data. They are designed to be
|
|
plugged together to make fairly complex operations act in a fairly
|
|
straightforward manner, cleanly, and simply.
|
|
|
|
WWW: http://search.cpan.org/dist/Pipeline/
|