bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot create the tar file


From: Chris F.A. Johnson
Subject: Re: Cannot create the tar file
Date: Sat, 03 Nov 2001 02:51:48 GMT

On Fri, 2 Nov 2001, Charles Goodwin wrote:

> I am using tar version 1.12 on kernel 2.0.34 and when I try and create a tar
> archive I am getting an error. Following is a copy of the transaction:
>
> # tar -cv tarball.tar file1 file2
> tar: cannot add file 'tarball.tar' no such file or directory
> Err: exit delayed due to previous errors
>
> Any help on the subject would be appreciated.

tar -cvf tarball.tar file1 file2

Without the 'f', tar is trying to add tarball.tar to the archive.

-- 
        Chris F.A. Johnson          address@hidden
        =================================================================
        address@hidden      http://cfaj.freeshell.org
        address@hidden      http://members.home.net/c.f.a.johnson



reply via email to

[Prev in Thread] Current Thread [Next in Thread]