unix file system
Vincent P. Broman
broman at noscvax.UUCP
Wed Jul 31 02:18:17 AEST 1985
jcampbell wrote:
> From: Jon Campbell
> Digital Equipment Corp.
> Marlboro, MA
> 617-467-6876
> DECnode:MRFORT::JCAMPBELL
> decwrl!dec-rhea!dec-mrfort!jcampbell
>
> Some of us at Digital think we have found a basic problem with the UNIX
> file system for FORTRAN. The problem is that there is no place to put
> various kinds of information about the contents of the file. More
> specifically: ... [recordsizes, formcontrol, formats, char set, etc]
The obvious solution is the one used by the loader -- put that description
in a header in the file. It might be advisable to make the header printable
(even legible). Programs in the fortran system need just open the
file and read the first n bytes to get the full scoop on how the file is
organized. The new "LPR" command needed by fortran users is merely a one-line
shell script piping your carriage control filter to lpr. etc, etc.
Let's keep all that mumbo-jumbo out of the operating system!
UUCP: ucbvax!sdcsvax!noscvax!broman Vincent Broman
ARPA: broman at nosc Naval Ocean Systems Center, code 632
Phone: (619) 225-2365 San Diego, CA 92152
More information about the Comp.unix.wizards
mailing list