Copy stdin to stdout: Difference between revisions

m
Add draft tag, fix language header
m (Add draft tag, fix language header)
Line 1:
{{draft task}}
 
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.
 
=={{Header|Perl}}==
<lang shperl>
perl -pe ''
</lang>
10,333

edits