I need help writing a gradle task. I have an autom...
# gradle
j
I need help writing a gradle task. I have an automated process that dumps out a directory like this
Copy code
├── c_v_b_ce_one.h
├── c_v_b_ce_two.h
├── c_v_b_ce_three.h
├── c_v_b_ce_four.h
├── c_v_b_cl_five.h
├── c_v_b_cr_six.h
├── c_v_b_cr_seven.h
├── c_v_b_cr_eight.h
├── c_v_b_cr_nine.h
├── c_v_b_cr_ten.h
├── c_v_b_cr_eleven.h
I need to split on
_
and put them in a directory structure.
d
What have you written so far?
You can be cheeky and replace all the
_
with
/
.