|
||||
sybperl-l ArchiveUp Prev Next
From: Shankar Kris <kris at japan dot sbi dot com> On Mon, 22 Jan 1996 MrFreedom@aol.com wrote: > I have downloaded perl. > > What tool on UNIX (or DOS/Windows) will correctly expand the file??? > First use gunzip on tar.gz file this will give you, .tar file Then use tar -xvf on the .tar file, this will untar the distribution. Shankar. |