comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Multiple Spawn Commands
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Multiple Spawn Commands [message #49293 is a reply to message #49292] Fri, 14 July 2006 09:16 Go to previous messageGo to previous message
Jo Klein is currently offline  Jo Klein
Messages: 54
Registered: January 2006
Member
Hi Ryan,
I'm not sure I understand what you're trying to do - if you simply want
multiple commands to be executed in the same UNIX shell, you can simply
separate them with semicolons such as
mystring='ls; echo Hoorah! A listing!'
spawn,mystring
Similarly, in a bash environment, you could do
mystring='foreach f in 1 2 3; do echo $f; done'
and spawn it. I'm sure you can derive the csh syntax from here.
Hope this helps,
Jo
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Tutorial Using idl in java applications???
Next Topic: indexing structure of structures

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 17:01:56 PDT 2025

Total time taken to generate the page: 0.64112 seconds