Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion hacking



Mirar <mirar@xxxxxxxxxx> writes:
> The goal (which is reached) is to get a list of all possible things
> that could be sent to "cvs add".

I'd personally rather use something like:

	cvs -n update -l | sed -ne 's/^? //p'


-- Stefan



Messages sorted by: Reverse Date, Date, Thread, Author