On Wed, 24 Aug 2011 10:25:18 -0400, Johannes Pfau <[email protected]> wrote:

On Linux/unix you can for example pipe the output from one command to
another:

cat hamlet.txt | ./readingHamlet

this way readingHamlet's standard input is connected to cat's standard
output.

I believe in all OSes (Windows included) ./readingHamlet < hamlet.txt works.

Could be wrong though.

-Steve

Reply via email to