Can anyone tell me why
@file_list = qx/find $search_dir -name test1.txt/;
returns a file list consisting of every file below the value of
$search_dir?
Back tics do the same thing.
I'm trying to search input file directories for shell scripts with hard
coded passwords and replace them with new values. Ultimately I'll
probably use something like find / -type f
But I can't seem to get this test to work, so I'll save any questions
regarding the search and replace code for later. Any suggestions for a
better way to do this than the shell find command would be great as
well.
Thanks in advance
Jason Wozniak
Systems Administrator,
Oracle DBA
Henkels & McCoy
985 Jolly Road
Blue Bell PA, 19422