IntroductionProvides Unix pipes under RISC OS.
Details
Pipes under Unix are a means of transferring one programs output to another.
This module provides a means of doing the same thing, but for RISC OS command line utilities. Examples of its use include :
*Modules { | grep Zap } (lists the addresses of all Zap modules)
*Help . { | grep -i mouse } (search all the inbuilt help for the word 'mouse').
|