zsh-workers
 help / color / mirror / code / Atom feed
* tar's comletention of zsh
@ 2002-02-28 23:15 wizo
  2002-02-28 23:42 ` Clint Adams
  0 siblings, 1 reply; 3+ messages in thread
From: wizo @ 2002-02-28 23:15 UTC (permalink / raw)
  To: ZSH-WORKERS

Dear devel team!

In the file /usr/share/doc/zsh/examples/jhm.zshrc.gz in my opinion
the next section is not really correct, because  lots of systems
(e.a. the linux [in this time]) the tar extract the .tar.bz with
``j'' option, (e.a. tar xfvj linux-2.2.20.tar.bz2).
The ``I'' parameter doesn't work.

190:compctl -f -x \
191:    'C[-1,*[xt]*f*z*] p[2]' -g '*.tar.gz *.tar.Z *.tgz' + -g '*(/)' - \
192:    'C[-1,*[xt]*f*I*] p[2]' -g '*.tar.bz *.tar.bz2 *.tbz' + -g '*(/)' - \
193:    'C[-1,*[xt]*f*] p[2]' -g '*.tar' -- \
194:    + -g '*(/)' tar

I suggest the next line here:
191:    'C[-1,*[xt]*f*j*] p[2]' -g '*.tar.bz *.tar.bz2 *.tbz' + -g '*(/)' - \

Hint: How can a little character modify your life?! :-)

Regards,
wizo


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

* Re: tar's comletention of zsh
  2002-02-28 23:15 tar's comletention of zsh wizo
@ 2002-02-28 23:42 ` Clint Adams
  2002-03-01 21:43   ` Borsenkow Andrej
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2002-02-28 23:42 UTC (permalink / raw)
  To: wizo; +Cc: ZSH-WORKERS

> In the file /usr/share/doc/zsh/examples/jhm.zshrc.gz in my opinion

This isn't part of the upstream source; this is Ray Dassen's .zshrc,
which is quite old.

> the next section is not really correct, because  lots of systems
> (e.a. the linux [in this time]) the tar extract the .tar.bz with
> ``j'' option, (e.a. tar xfvj linux-2.2.20.tar.bz2).
> The ``I'' parameter doesn't work.

At the time, -j was not a standard option to tar (Debian used -I, and
FreeBSD used -y, for example).

I'll remove this file from the Debian package to avoid confusion.


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

* Re: tar's comletention of zsh
  2002-02-28 23:42 ` Clint Adams
@ 2002-03-01 21:43   ` Borsenkow Andrej
  0 siblings, 0 replies; 3+ messages in thread
From: Borsenkow Andrej @ 2002-03-01 21:43 UTC (permalink / raw)
  To: Clint Adams; +Cc: wizo, ZSH-WORKERS

В Птн, 01.03.2002, в 02:42, Clint Adams написал:
> 
> At the time, -j was not a standard option to tar (Debian used -I, and
> FreeBSD used -y, for example).
> 

AFAIK now it is established preferred option for bzip.

-andrej


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

end of thread, other threads:[~2002-03-01 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-28 23:15 tar's comletention of zsh wizo
2002-02-28 23:42 ` Clint Adams
2002-03-01 21:43   ` Borsenkow Andrej

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).