Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion for finger
- X-seq: zsh-users 1888
- From: RoboHak <RoboHak@xxxxxxxxxxxxxxxxxxx>
- To: "Sameer D'Costa" <sameer@xxxxxxxxxxxxxxxxxx>
- Subject: Re: Completion for finger
- Date: Thu, 29 Oct 1998 01:04:10 -0800 (PST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.LNX.3.96.981029113514.4602B-100000@xxxxxxxxxxxxxxxxxxxxxxxx>
This is from compctl-examples in the Misc dir of zsh 3.1.4:
compctl -x 'N[-1,@]' -k hosts - 's[]' -u -qS '@' -- finger
It meets all of your requirements.
--
RoboHak
On Thu, 29 Oct 1998, Sameer D'Costa wrote:
> Hi,
>
> Does anyone have a completion for the finger command? I need
>
> finger username@hostname
> "username" is the system list of users
> "hostname" is my predefined list of various hosts
>
> I also need to be able to execute the command with just
> finger username
>
> Any help will be appreciated alot. I spent some time on the man pages and
> although I learnt alot of things this continues to elude me.
>
> Thanks
> sameer
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author