in reply to Re^2: Dynamically assigning number of for loops?
in thread Dynamically assigning number of for loops?

I was looking back and realized that I never answered this.

The glob function produces a list of filename expansions in such a way as to mimic how /bin/csh does filename expansions on Unix. The manpage for csh in "Filename substitution" explains the metanotation that I took advantage of to make this give you something other than filenames.

  • Comment on Re^3: Dynamically assigning number of for loops?