Taking Substring from Column to grab text until 3rd occurrence of '/'
I have searched everywhere but couldn’t quite find the exact similar solution to my problem. In Bash, I have a file that is tab delimited. It can potentially have several million lines. In the 27th column there is a string of colors which is delimited by a forward slash. My end goal is for the… Read More Taking Substring from Column to grab text until 3rd occurrence of '/'