Category:UnixPipes

From Rosetta Code
Revision as of 18:01, 6 April 2008 by Rahul (talk | contribs) (New page: Unix Pipes with out using any turing complete sublanguages. The attempt is to solve programming problems using the pipelines alone. The tools are not restricted to the commonly available t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Unix Pipes with out using any turing complete sublanguages. The attempt is to solve programming problems using the pipelines alone. The tools are not restricted to the commonly available tools in unix. Any new tool is allowed as long as it is sharp enough. (i.e does one and only one thing very well).

It does not include programming problems solved with normal shell by using the control structures available as a part of shell.

A description of the new tool being introduced is required.