Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

my favorite zsh feature is advanced globbing--i'd far rather type

    ls -d ***/*(/)
than

    find . -follow -type d -exec ls -d {} \;


FYI, the (/) is called a glob qualifier.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: