![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^3: find the xml filesby bv (Friar) |
on Sep 14, 2009 at 13:59 UTC ( #795136=note: print w/replies, xml ) | Need Help?? |
Probably because you have too many XML files that contain <book></book>. Look into xargs, or the - option for grep. $ find /path -name '*.xml' -exec grep 'pattern1' {} /dev/null \; | cut -d: -f1 | grep 'pattern2' -
print pack("A25",pack("V*",map{1919242272+$_}(34481450,-49737472,6228,0,-285028276,6979,-1380265972)))
In Section
Seekers of Perl Wisdom
|
|