Hi , I am trying to grep for onefile here called "eni.cxx" , I am facing the follwing problem , the grep will return files like eniee.cxx or yeni.cxx which I don't need , so how do you do this in perl where I can make the grep command look only for eni.cxx :
my $file = "eni.cxx";
`grep $file ../nbs/*/bld/*.bld > $temp`;