Hi is their a way to redirect or pipe the results of commands going to the shell object. For example is there a way to execute: cat foo.txt > /dev/ttyS1 or ls | grep pd
From what I've seen the shell object ignores the redirection > and pipe
| signals . Thanks
hi,
I read:
Hi is their a way to redirect or pipe the results of commands going to the shell object. For example is there a way to execute: cat foo.txt > /dev/ttyS1
the most practical way for me is to make shellscripts and have them called by [shell] that way all special characters can easily be used. see also http://test.pilot.fm/pd/patches/misc/ (warnoise and g00gle* use [shell]
HTH
x