RunThrough
RunThrough["command", expr] executes an external command, giving the printed form of expr as input and taking the output, reading it as Wolfram Language input, and returning the result.
Examples
RunThrough["cat", {1, 2, 3}]RunThrough["sort", "c\nb\na"]Please visit the official Wolfram Language Reference for more details.