/* Rexx */ Address "zsh" "ls -lA" With output stem dir. Do i = 1 to dir.0 say dir.i end