GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-process.cc File Reference
#include <iostream>
#include <sstream>
#include "oct-process.h"
#include "procstream.h"
#include "sysdep.h"
#include "oct-syscalls.h"

Go to the source code of this file.

Functions

process_execution_result run_command_and_return_output (const std::string &cmd_str)
 

Function Documentation

◆ run_command_and_return_output()

process_execution_result run_command_and_return_output ( const std::string &  cmd_str)