Sara has asked for the wisdom of the Perl Monks concerning the following question:
the tdtgen is an excutable, now the problem is , it seems not to catch the .tdt files when I do the grep for them , I tried alsochdir "c:/tdt/src"; opendir TDT; for my $TDT( grep { /\.tdt/ } readdir( TDT )) { system ("$BASEDIR/nbsstools/tdtgen/bin/tdtgen $TDT"); }
but both techniqes don't seem to work , do you see the problem there , thanksfor my $TDT (`ls -l *.tdt`)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: match names
by DamnDirtyApe (Curate) on Aug 07, 2002 at 21:41 UTC | |
|
Re: match names
by Jaap (Curate) on Aug 07, 2002 at 22:58 UTC | |
|
Re: Find Files in Directory Matching Pattern
by tadman (Prior) on Aug 07, 2002 at 22:27 UTC | |
|
Re: match names
by abitkin (Monk) on Aug 07, 2002 at 21:39 UTC |