Continuation of my initial question:
shell script taking input from python program
So I have standard output from my python program being stored in a variable in my shell script. Now, I have to parse this output so that I can take a substring of the last 22 characters. These are the only ones that matter to me. Unfortunately there's no way to really identify these last characters ("keyword=", etc.), meaning I have to do this completely by their position