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

Home » Public Forums » archive » idl print call
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: idl print call [message #94288 is a reply to message #94281] Mon, 27 March 2017 05:15 Go to previous message
Markus Schmassmann is currently offline  Markus Schmassmann
Messages: 129
Registered: April 2016
Senior Member
On 03/26/2017 02:32 PM, audrey.schaufelberger@gmail.com wrote:
> I am running an IDL procedure that is called several times from a
> bash script, each time with varying parameters. The output of each
> call is written to a separate file.
>
> Is it possible to write at the beginning of the output file the call
> itself? I use the time stamp in the file name to discern the
> different calls, but it is annoying to check the time stamps each
> time to know which file belonges to which call...
or for short:

spawn, 'ps -p $(ps -p $$ -o ppid --no-heading) -o cmd --no-heading', out
print, out

see:
https://ss64.com/bash/ps.html
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Gridding to the Surface of a Sphere
Next Topic: Robust covariance estimate

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

Current Time: Wed Oct 08 13:54:25 PDT 2025

Total time taken to generate the page: 0.00190 seconds