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

Re: list duplicate filenames which only vary by case




> tcm() {
>   setopt localoptions nocaseglob
>   local a
>   a=( $REPLY([2]N) )
>   [[ -n $a ]]
> }
> *(+tcm)
> 
> this should work in ancient zsh versions too, probably. If not, should
> only need minor modifications.
> 
Yep upgraded to  5.0.2 and worked just Dandy

http://michaelheap.com/installing-zsh-5-0-on-centos-5-7/


-- 
zzapper
https://twitter.com/dailyzshtip

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com




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