I am writing a bash script and i need to run the following command, but i can't seem to figure out how to get it to run, since i need both pairs of commands to be within back tics. Below is the code i am trying to run.
VERSION=`getserversion.py` |grep `getcliversion.py`
So the first part, gets the version running on server, the second part, gets the version running for the client, just trying to see if they match, but i can't get both the commands to run, i keep getting bash errors when i try to run this.