Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a directory which contains many of the following directories inside it.Now I am trying to find all the directories which donot have the corresponding *.so,*.o,*,a in it.Is there a simpler and quick way to achieve this?Appreciate any quick help.
CMA\data\files\arm\so-le-v7 (should have *.so) ama\data\files\arm\so-le-v7-g (should have *.so) media\data\files\arm\o-le-v7 (should have *.o) encdc\data\files\arm\o-le-v7-g(should have *.o) qcp\data\files\arm\a-le-v7(should have *.a) pcn\data\files\arm\a-le-v7-g(should have *.a) If any of the above is missing ,print the directory ...............
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Finding missing libs in a directory
by jethro (Monsignor) on Mar 11, 2011 at 23:30 UTC | |
by Anonymous Monk on Mar 11, 2011 at 23:44 UTC | |
by jethro (Monsignor) on Mar 13, 2011 at 14:55 UTC | |
|
Re: Finding missing libs in a directory
by wind (Priest) on Mar 12, 2011 at 01:54 UTC |