[Cs3] how to redirect input

Mikhail Nesterenko mikhail at cs.kent.edu
Wed Apr 27 10:53:36 EDT 2022


CS3 students,

If you are tired of manually inputing long orders for debugging of
Coffee Shack or similar programs, the input may be redirected from a
file on the command line. Output, btw, can also be redirected, like so:

prompt% coffeeShackProgram < inputfile.txt > outputFile.txt

Thanks,
-- 
Mikhail


More information about the cs3 mailing list