Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _tar -*Cf*?
- X-seq: zsh-users 3529
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Calum Selkirk" <cselkirk@xxxxxxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- Subject: Re: _tar -*Cf*?
- Date: Sun, 26 Nov 2000 02:20:05 +0000
- In-reply-to: <20001125054306.E5448@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20001125054306.E5448@xxxxxxxxxxxxxxxxxx>
On Nov 25, 5:43am, Calum Selkirk wrote:
}
} Looking at _tar i see:
}
} elif [[ ( CURRENT -gt 2 && "$words[CURRENT-1]" = -*Cf*) ||
} ( CURRENT -eq 3 && "$words[2]" = *Cf* ) ]]; then
}
} I'm pretty new to zsh so forgive my ignorance, but shouldn't this be -C
} rather than -Cf to get commpletion on the --directory to change to?
It should probably be *C*f*. This came from zsh-workers/9094, in which
Clint wrote:
> This should handle -Cf now, but not -fC, which, of course, requires
> the positions of directory and tarfile to be reversed.
There are several other possible combinations that _tar doesn't handle
(including, say, -bf where a blocksize has to precede the file name).
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author