if you read the script i wrote, I AM escaping the spaces. It doesnt matter because there is still a space "\ "
so everything before the space gets assigned to $1 and everything after the first space gets assigned to $2, etc. it uses spaces as the delimiter for breaking up the variables...