I have a Bash script that builds a string to run as a command
Script:
#! /bin/bash matchdir=\"/home/joao/robocup/runner_workdir/mat
your_command_string="..." output=$(eval "$your_command_string") echo "$output"