Category:UnixPipes: Difference between revisions

From Rosetta Code
Content added Content deleted
(Removing the restriction of using imperative features until a better way to put it can be found.)
No edit summary
Line 2: Line 2:


If a new tool is introduced, a description of the tool is required.
If a new tool is introduced, a description of the tool is required.

Using utilities from, [http://packages.debian.org/unstable/utils/moreutils moreutils]

Revision as of 16:46, 15 February 2009

Language
UnixPipes
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using UnixPipes.

Unix Pipes is a collection of tools which doesn't use any Turing complete sublanguages. The idea of the system is to solve programming problems using only 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).

If a new tool is introduced, a description of the tool is required.

Using utilities from, moreutils