In one directory I have many files which look like this:
Galaxy100-[0025-CL3.single.bed].bed
and I would like to change it to:
0025-CL3.single.bed
I tried this rename 's/Galaxy[0-9] - \[//' *, but it did not change anything.
How is possible to rename these files?