http://qs321.pair.com?node_id=179976


in reply to Getting all the directories

open I, "find $dir -print | "; @ary = map { chomp  } <I>;

added the -print for sake of portability. Thanks Aristotle for the alternative solution with the "wrapping" chomp. I always forget that one.

-- stefp -- check out TeXmacs wiki

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.