On Sun, Sep 26, 1999 at 09:05:20AM +0200, Gianmarco Giovannelli wrote:
> What about to extend the pkg_delete to use a syntax like :
>
> pkg_delete /var/db/pkg/netscape-communicator-4.61/
>
> it can help so much everyone that can automagically complete file/path
> names with the shell :-)
If you use zsh, use this:
#pkg_delete completion (according to the manpage)
compctl -g '/var/db/pkg/*(:t)' -x \
's[-]' -k (v D n f p) - \
'c[-1,-p]' -g '*(D-/)' -- \
pkg_delete
CU,
Sec
--
Win16, Win32s, Win32c, Win32 - Which API do you want to go today?
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: A new package fetching utility,... Rajappa Iyer
- Re: A new package fetching utility, pkg_get Daniel C. Sobral
- Re: A new package fetching utility, pkg_get Jaakko Salomaa
- Re: A new package fetching utility, pkg... Daniel C. Sobral
- Re: A new package fetching utility, pkg_get Bill Fumerola
- Re: A new package fetching utility, pkg_get Daniel C. Sobral
- Re: A new package fetching utility, pkg_get Oliver Fromme
- Re: A new package fetching utility, pkg_get Oliver Fromme
- Re: A new package fetching utility, pkg_get Gianmarco Giovannelli
- Re: A new package fetching utility, pkg_get Jos Backus
- Re: A new package fetching utility, pkg_get Stefan `Sec` Zehl
- Re: A new package fetching utility, pkg_get Doug
- Re: A new package fetching utility, pkg_get Andrew Reilly
- Re: A new package fetching utility, pkg_get Neil Blakey-Milner
- Re: A new package fetching utility, pkg_get Nik Clayton
- Re: A new package fetching utility, pkg... Andrew Reilly
- Re: A new package fetching utility,... Bruce A. Mah

