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

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

Removing leading `/' from `/'


From: Artur Zaprzala
Subject: Removing leading `/' from `/'
Date: Thu, 21 Feb 2002 10:28:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

W I run `tar cvvf foo.tar /', the output begins this way:
tar: Removing leading `/' from member names
drwxr-xr-x root/root         0 2002-02-11 12:20:31
drwxr-xr-x root/root         0 2001-05-09 04:19:27 lost+found/
...
Notice the first file entry, it has an empty name!

And then `tar xvvf foo.tar':
drwxr-xr-x root/root         0 2002-02-11 12:20:31
tar: : Cannot mkdir: No such file or directory
drwxr-xr-x root/root         0 2001-05-09 04:19:27 lost+found/
...

Shouldn't tar omit the `/' file?

Version: tar (GNU tar) 1.13.19


Artur Zaprzala




reply via email to

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