If i understand your question:
pipe, just redirects stdin....
the commands are read in as arguments, PROIR to stdin, reading the pipe.....
you might try
COMAND_STR=" -a -b -c -ffilename"
gh $COMAND_STR
I just tried
X="-la /tmp"
ls $X
and it worked
(ksh, sh, bash).... homey dont do c shell
|