PCAT(I)                         12 Dec 75                       PCAT(I)

NAME
	pcat - expand compressed file to standard output

SYNOPSIS
	pcat filename ...

DESCRIPTION
	Concatenates packed files as cat does unpacked files. Thus, to
	make a usable copy, c, of a packed file, x.p, without destroying
	x.p, use the command
		pcat x > c
	To view a packed file x.p use the command
		pcat x

SEE ALSO
	pack(I), unpack(I), cat(I)

AUTHOR
	Steve Zucker
