function exec_to_string( cmd ) { cmd | getline getline_output; close( cmd ); return getline_output; }