[comp.unix.cray] file "families"

kent@ocfmail.ocf.llnl.gov (03/22/91)

What makes a sequence of files a "family" is that at some levels the
sequence is considered to be one file.  The mechanism is that a sequence
number is appended to the name of the file, so the components might be
named file00, file01, file02, file03, and file0x, where the "0x"
indicates the last member.  We have library routines to facilitate the
manipulation of file families. 

I suppose you could think of file families as analogous to packetizing
data on a network.

Anyway, to the question:  has anyone on UNICOS (or other large machine
UNIX systems) done anything like this?  Has anyone else dealt with the
problems created by VERY large output files in some other way?

I would appreciate any info on this.  Please email to

kent@ocfmail.ocf.llnl.gov

If I get enough replies, I will summarize...