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

Re: Match on range



I wrote:

> If you have braceccl set, something like this should do the job:
> 
>   compctl -s '{1-$(cd-discid /dev/cdrom | cut -f2 -d' ')}' playcd

Ugh, errr... too much cut'n'paste:

  compctl -s '{1-$(cd-discid /dev/cdrom | cut -f2 -d" ")}' playcd

Bye
 Sven


--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



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