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

Reply via email to