in reply to Re^11: Comparing Values PER Sub-folder
in thread Comparing Values PER Sub-folder
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Comparing Values PER Sub-folder
by Kenosis (Priest) on Sep 05, 2012 at 23:07 UTC | |
by omegaweaponZ (Beadle) on Sep 05, 2012 at 23:25 UTC | |
by omegaweaponZ (Beadle) on Sep 06, 2012 at 00:32 UTC | |
by Kenosis (Priest) on Sep 06, 2012 at 01:21 UTC |