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

why are these behaviors different?



Hi

touch {joe,fre}.{txt,php}
ls *.{txt,php}(.om[1])
fre.php  fre.txt  ### returns 2 files
ls *.(txt|php)(.om[1])
fre.php           ### expected single file




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

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




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