rexx-things/projects/oorexx/address-test.rex

8 lines
94 B
Rexx
Raw Normal View History

2025-03-12 20:50:48 +00:00
/* Rexx */
Address "zsh" "ls -lA" With output stem dir.
Do i = 1 to dir.0
say dir.i
end