RosettaCodeData/Task/Input-loop/J/input-loop-2.j
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

10 lines
144 B
Text

$ ./read-input-to-eof.ijs <<EOF
> abc
> def
> ghi
> now is the time for all good men ...
> EOF
abc
def
ghi
now is the time for all good men ...