[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] cpio can't read large files
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] cpio can't read large files |
Date: |
Wed, 18 Jan 2006 14:28:07 EET |
Sean Fulton <address@hidden> wrote:
> Glitch: Directories read off of the tar archive have a trailing slash,
> while those read off of find don't. Any ideas?
Indeed, tar traditionally suffixes directory names with a slash. I
didn't think about it. Do you think it is worth implementing some
command line option to suppress this behavior? In the meantime, it can
be handled by piping tar output through the following command:
sed 's,/$,,'
Regards,
Sergey
- Re: [Bug-cpio] cpio can't read large files, (continued)
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/10
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/10
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/10
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/10
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/10
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/13
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/13
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/14
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/15
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/15
- Re: [Bug-cpio] cpio can't read large files,
Sergey Poznyakoff <=
- Re: [Bug-cpio] cpio can't read large files, Sean Fulton, 2006/01/18
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/18
- Re: [Bug-cpio] cpio can't read large files, t takahashi, 2006/01/12
- Re: [Bug-cpio] cpio can't read large files, Sergey Poznyakoff, 2006/01/13
- Re: [Bug-cpio] cpio can't read large files, t takahashi, 2006/01/16
- Re: [Bug-cpio] cpio can't read large files, Lars Nordin, 2006/01/13