zsh-workers
 help / color / mirror / code / Atom feed
* New tar options -j
@ 2001-03-12 13:22 Chmouel Boudjnah
  2001-03-12 14:37 ` Nadav Har'El
  0 siblings, 1 reply; 4+ messages in thread
From: Chmouel Boudjnah @ 2001-03-12 13:22 UTC (permalink / raw)
  To: zsh-workers


      -j, --bzip
              filter the archive through bzip2

Index: Completion/User/_tar
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_tar,v
retrieving revision 1.2
diff -u -r1.2 _tar
--- Completion/User/_tar	2001/03/11 22:53:41	1.2
+++ Completion/User/_tar	2001/03/12 12:20:22
@@ -125,6 +125,8 @@
 
   if [[ $_tar_cmd = *z* ]]; then
     largs=-tzf
+  elif [[ $_tar_cmd = *j* ]]; then
+    largs=-tjf
   elif [[ $_tar_cmd = *y* ]]; then
     largs=-tyf
   elif [[ $_tar_cmd = *Z* ]]; then
Index: Completion/User/_tar_archive
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_tar_archive,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 _tar_archive
--- Completion/User/_tar_archive	2000/02/17 20:23:11	1.1.1.6
+++ Completion/User/_tar_archive	2001/03/12 12:20:22
@@ -16,7 +16,7 @@
 if [[ "$1" = *[tx]* ]]; then
   if [[ "$1" = *[zZ]* ]]; then
     _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)'
-  elif [[ "$1" = *[Iy]* ]]; then
+  elif [[ "$1" = *[Ijy]* ]]; then
     _files "$expl[@]" -g '*.(tar|TAR).bz2'
   else
     _files "$expl[@]" -g '*.(tar|TAR)'


-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New tar options -j
  2001-03-12 13:22 New tar options -j Chmouel Boudjnah
@ 2001-03-12 14:37 ` Nadav Har'El
  2001-03-12 14:44   ` Andrej Borsenkow
  2001-03-12 15:40   ` Chmouel Boudjnah
  0 siblings, 2 replies; 4+ messages in thread
From: Nadav Har'El @ 2001-03-12 14:37 UTC (permalink / raw)
  To: Chmouel Boudjnah; +Cc: zsh-workers

On Mon, Mar 12, 2001, Chmouel Boudjnah wrote about "New tar options -j":
> 
>       -j, --bzip
>               filter the archive through bzip2

Strange, on my tar (gnu tar 1.13.17), this option is called "-I", not "-j".
Have they changed it?

-- 
Nadav Har'El                        |        Monday, Mar 12 2001, 17 Adar 5761
nyh@math.technion.ac.il             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Lottery: A tax on people who are bad at
http://nadav.harel.org.il           |math.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: New tar options -j
  2001-03-12 14:37 ` Nadav Har'El
@ 2001-03-12 14:44   ` Andrej Borsenkow
  2001-03-12 15:40   ` Chmouel Boudjnah
  1 sibling, 0 replies; 4+ messages in thread
From: Andrej Borsenkow @ 2001-03-12 14:44 UTC (permalink / raw)
  To: Nadav Har'El; +Cc: zsh-workers

>
> On Mon, Mar 12, 2001, Chmouel Boudjnah wrote about "New tar options -j":
> >
> >       -j, --bzip
> >               filter the archive through bzip2
>
> Strange, on my tar (gnu tar 1.13.17), this option is called "-I", not "-j".
> Have they changed it?
>

Yes, it was changed several times, but I believe -j is now more or less final.

-andrej


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New tar options -j
  2001-03-12 14:37 ` Nadav Har'El
  2001-03-12 14:44   ` Andrej Borsenkow
@ 2001-03-12 15:40   ` Chmouel Boudjnah
  1 sibling, 0 replies; 4+ messages in thread
From: Chmouel Boudjnah @ 2001-03-12 15:40 UTC (permalink / raw)
  To: Nadav Har'El; +Cc: zsh-workers

"Nadav Har'El" <nyh@math.technion.ac.il> writes:

> On Mon, Mar 12, 2001, Chmouel Boudjnah wrote about "New tar options -j":
> > 
> >       -j, --bzip
> >               filter the archive through bzip2
> 
> Strange, on my tar (gnu tar 1.13.17), this option is called "-I", not "-j".
> Have they changed it?

on 1.13.19, yes

-- 
MandrakeSoft Inc                     http://www.chmouel.org
                      --Chmouel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-03-12 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-12 13:22 New tar options -j Chmouel Boudjnah
2001-03-12 14:37 ` Nadav Har'El
2001-03-12 14:44   ` Andrej Borsenkow
2001-03-12 15:40   ` Chmouel Boudjnah

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).