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

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

Re: resolution of the tar -I issue


From: Gerhard Poul
Subject: Re: resolution of the tar -I issue
Date: Thu, 11 Jan 2001 12:00:27 -0500
User-agent: Mutt/1.2.5i

> besides that -j ("junkzip"?) is NON-DESCRIPTIVE at all. -Z or -2 would be
> better... but thats an Upstream Issue I guess.

hmmm... junkzip is a nice name :)

try to find a better option char: (source: tar.c)

/* Parse the options for tar.  */

/* Available option letters are DEHJQY and aenqy.  Some are reserved:

   e  exit immediately with a nonzero exit status if unexpected errors occur
   E  use extended headers (draft POSIX headers, that is)
   n  the archive is quickly seekable, so don't worry about random seeks
   q  stop after extracting the first occurrence of the named file
   y  per-file gzip compression
   Y  per-block gzip compression */

#define OPTION_STRING \
  "-01234567ABC:F:GIK:L:MN:OPRST:UV:WX:Zb:cdf:g:hijklmoprstuvwxz"

just my $0.02.



reply via email to

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