in reply to (OT) Version Check using Korne Shell...

Hi,

Hare you talking about Korn shell (ksh)? Well, in that case it's difficult to find help in a Perl forum. :-)

But you can try do it in Perl. With something like this ..

perl -ne 'if(/^##\d+\.\+d##/) { print; }' /home/stat/temp/*
good luck