This is fantastic! Although my output looks like its only showing me the final sub-folder's lines. I actually don't need this as each final sub-folder contains just 1 txt file. I want just one level up's directory to check for all sub-directories in that previous directory.
But I'm not seeing this....What am I doing wrong here? $curDir is showing me that final /test/test/BBB directory when I just want /test/test....but I need EVERY sub-folder from the root here of test ....
Could a regular expression help out here to filter out everything after a the last / ?
So I'm seeing this:
/test/test1/bb1' do have the same number of lines
/test/test1/bb2' do have the same number of lines
/test/test1/bb3' do have the same number of lines
/test/test1/bb4' do have the same number of lines
/test/test1/bb5' do have the same number of lines
/test/test1/cc1' do have the same number of lines
/test/test2/cc2' do have the same number of lines
/test/test2/cc3' do have the same number of lines
/test/test2/cc4' do have the same number of lines
/test/test2/cc5' do have the same number of lines
So each folder here has 1 txt file. But I want to see this output instead:
/test/test1' do have the same number of lines
/test/test2' do not have the same number of lines
Or something of the like. I think I see what's happening that curdir is what's screwing this up. I just need this to be one level up and this would work beautiful
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|