SCM writes:
> tar -xvf 41_tar.Z
> nothing happens.
".Z" means the file is compressed. Uncompress it, or use a tar program
that knows how to handle the compressed file:
# uncompress 41_tar.Z
# mv 41_tar 4.1.tar
# tar xvf 4.1.tar
tim
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 22:03:57 EDT