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

Home » Public Forums » archive » Unix command line arguments to IDL program?
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: Unix command line arguments to IDL program? [message #17277 is a reply to message #17173] Thu, 16 September 1999 00:00 Go to previous message
Craig Hamilton is currently offline  Craig Hamilton
Messages: 28
Registered: December 1996
Junior Member
Axel vom Endt wrote in message <37DEB029.17E7ADCC@bu.edu>...
> Craig Hamilton wrote:
>
>> I want to type
>> the following at a Unix prompt and have the IDL program
>> startup and show me the info in file xyz.dat:
>>
>> % showinfo xyz.dat
>>
>
> I'd use a script like
>
> #!/bin/csh
> idl << EOF
> idlinfo $1
> EOF
>
>
> Hope that helps
>
> Axel

Thanks, Axel! That's just what I needed. Just needed to add
a little punctuation to your script, and I'm on my way....

#!/bin/csh
idl << EOF
idlinfo, '$1'
EOF
[Message index]
 
Read Message
Read Message
Previous Topic: device, get_decomposed question
Next Topic: New version of VELOVECT

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

Current Time: Fri Nov 28 09:48:44 PST 2025

Total time taken to generate the page: 0.22720 seconds