RosettaCodeData/Task/Shell-one-liner/REXX/shell-one-liner.rexx

8 lines
562 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
from the MS Window command line (cmd.exe)
echo do j=10 by 20 for 4; say right('hello',j); end | regina