HP3000-L Archives

May 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Thu, 18 May 2000 21:13:45 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (16 lines)
Michael suggested a nice approach...

>In a logon udc for each user you want to track:
>:PURGE !HPUSER or !HPJOBNAME
>:BUILD !HPUSER or !HPJOBNAME

You could also use a Posix based variation of the above...

 :xeq /bin/touch /somedir/!hpjobname_!hpuser_!hpaccount

With this approach you would check for the "last modified" date
of a specific "entry" in the /somedir "database" that builds over
time. Or you could use "/bin/ls -lt" to view it sorted by time.

Lars.

ATOM RSS1 RSS2