You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey all, thanks for looking
I cant for the life of me figure out how to print the output of a subshell to the terminal/stdout. The only thing I can figure out is printing to a file. Ive tried to capture the output in a variable, custom subshell/file descriptor, everything
Im looking to capture the output of the $script_path/wd.sh rm {} call
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hey all, thanks for looking
I cant for the life of me figure out how to print the output of a subshell to the terminal/stdout. The only thing I can figure out is printing to a file. Ive tried to capture the output in a variable, custom subshell/file descriptor, everything
Im looking to capture the output of the
$script_path/wd.sh rm {}
callRight now Im using a temp file
Beta Was this translation helpful? Give feedback.
All reactions