HP3000-L Archives

December 2004, Week 1

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, 2 Dec 2004 11:27:55 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Tony wrote:

> You can also use NBSPOOL to create a local archive file (i.e. to disk).

Even if you don't own NBSPOOL this sounds like a handy idea.

You could use LISTSPF @;DETAIL with an appropriate ;SELEQ=[...]
expression to capture a list of files to be archived, keep the
list on disc for lookup/search purposes and generate an indirect
file for store-to-disc of the respective files...

  :LISTSPF @ ;DETAIL ;SELEQ=[ ... ] > spflist

  :/bin/awk &
  :  "'$0~/^#O/ {print substr($1,2) "".OUT.HPSPOOL""}'" &
  :  < spflist > indfile

The SPFLIST file(s) could be archived by !hpyyyymmdd for example,
in a group or directory for easy lookup access by /bin/grep or
your favourite file-search utility. The INDFILE could be used for
STORE;PURGE and -if enough disc space is available- keeping some
amount of spoolfile archive online with store-to-disc.

Just a thought ;-)

Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2