Copy stdin to stdout: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "Create an executable file that copies stdin to stdout, or else does so through an interpreter.")
 
(clarify)
Line 1: Line 1:
Create an executable file that copies stdin to stdout, or else does so through an interpreter.
Create an executable file that copies stdin to stdout, or else a script that does so through the invocation of an interpreter at the command line.

Revision as of 12:55, 11 November 2018

Create an executable file that copies stdin to stdout, or else a script that does so through the invocation of an interpreter at the command line.