Hello monks!
I have 2 big directories, say BIG_1 and BIG_2 that have 100 subdirectories each. The subdirectories have the same name in both BIG directories, that is BIG_1 contains SMALL_1, SMALL2... SMALL100 and BIG_2 also contains SMALL_1, SMALL2...SMALL100.
What I want to do is to merge the contents of each subdirectory of BIG_1 with BIG_2. That is, if for example SMALL_1 of BIG_1 has doc1, doc2 and doc3 and SMALL_1 of BIG_2 has doc4 and doc5, I want all contents of SMALL_1 of BIG_2 to be moved to SMALL_1 of BIG_1, so that SMALL_1 of BIG1 will finally have doc1, doc2, doc3, doc4 and doc5 and SMALL_1 of BIG_2 will be empty. The same applies to all subdirectories.

In reply to Move files between directories by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • 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, details, 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, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.