I have a file containing a certain number of lines. Each line looks like this:
TF_list_to_test10004/Nus_k0.345_t0.1_
You can use awk like this:
awk
awk -F: '{print $2}' /your/file