MoshiachNow
IS-IT--Management
HI,
I guess it's an easy one.
I have multiple files in my dir like At21.job,At13.job,etc
I need to test for at least one file of this type existence.
The following line does not seem to do the job:
unless (-f "<At*.job>") {
I have also tried: unless (-f "At*.job") {
and : unless (-f "At.*") {
Appreciate any ideas.
Long live king Moshiach !
I guess it's an easy one.
I have multiple files in my dir like At21.job,At13.job,etc
I need to test for at least one file of this type existence.
The following line does not seem to do the job:
unless (-f "<At*.job>") {
I have also tried: unless (-f "At*.job") {
and : unless (-f "At.*") {
Appreciate any ideas.
Long live king Moshiach !