For example when we will have inside our folder **_a_** with folder **_c_** with folder **_d_** and **_b_** with folder **_c_** with folder **_e_** the output will be ``` a -c --d b -c --d ``` but should be ``` a -c --d b -c --e ```
For example when we will have inside our folder
a with folder c with folder d
and
b with folder c with folder e
the output will be
but should be