For example, with the string a_link_list_java, use the _ character to separate the string in half would result in: a_link_list and java.
list_java would result in: list and java.
I want to take these two parts and store them into two variables.
I tried the cut command but it only works for only one character shown in the string
How can I accomplish this in a bash shell script?