Operating System - HP-UX
1838048 Members
3806 Online
110124 Solutions
New Discussion

How to extract last record from measureware.

 
David Paterson
Occasional Contributor

How to extract last record from measureware.

I am trying to use the measureware extract program to extract just the last record for each application from the measureware application tables. Extract takes a start and end time as parameters but it is difficult to position these parameters correctly so that only one record/application is returned.
Can anyone help me.
1 REPLY 1
Tom Danzig
Honored Contributor

Re: How to extract last record from measureware.

Perhaps you can extract to a file and print out only the records you want with something like awk or tail. If you want to display the last line of the extracted file use "tail -1 ".