MoshiachNow
IS-IT--Management
Hi,
I'd like to find UserAccounts.txt and some other extensions,but reject all other .txt files.
My regex looks like:
unless (/.log|.nfo|.zip/ || $_ eq '.' || $_ eq '..' || $_ eq "UserAccounts.txt"){
but this will get in all other .txt files as well.
Any advise ?
Thanks
Long live king Moshiach !
I'd like to find UserAccounts.txt and some other extensions,but reject all other .txt files.
My regex looks like:
unless (/.log|.nfo|.zip/ || $_ eq '.' || $_ eq '..' || $_ eq "UserAccounts.txt"){
but this will get in all other .txt files as well.
Any advise ?
Thanks
Long live king Moshiach !