Xref: utzoo unix-pc.general:1426 comp.sys.att:4322
Path: utzoo!attcan!uunet!labrea!rutgers!mit-eddie!andante!att!lzaz!lznv!jlw
From: jlw@lznv.ATT.COM (J.L.WOOD)
Newsgroups: unix-pc.general,comp.sys.att
Subject: Re: STORE! file format?
Keywords: STORE
Message-ID: <1446@lznv.ATT.COM>
Date: 22 Sep 88 21:01:38 GMT
References: <3731@phoenix.Princeton.EDU>
Organization: AT&T ISL Lincroft NJ USA
Lines: 19


To look at an install'able file just:

	cd /tmp
	mkdir work
	cd work
	cpio -icBdu < +IN

This will produce a lot of stuff, but the thing you're interested in the
the Install file which is a shell procedure which actually does the
work.  There is also a Remove file which will uninstall the package.
To simply look at the filenames do:

	cpio -icBtv < +IN

Have Fun

Joe Wood
jlw@lznv.ATT.COM