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

Home » Public Forums » archive » Re: 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 #17172] Tue, 14 September 1999 00:00
Axel vom Endt is currently offline  Axel vom Endt
Messages: 9
Registered: March 1999
Junior Member
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
[Message index]
 
Read Message
Previous Topic: TVRD to make GIF's with 24-bit color
Next Topic: Direct or object graphics

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

Current Time: Wed Oct 08 19:44:02 PDT 2025

Total time taken to generate the page: 0.00746 seconds