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

Brace expansion isn't a glob, unfortunately. Did you try it?


I didn't know the `CTRL-x * ` expansion; it appears to work in zsh for brace expansion:

  $ touch asdf-{gh,jk}-l
  # CTRL-x *
  $ touch asdf-gh-l asdf-jk-l


In zsh you can use tab to expand globs/braces/variables as well.




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

Search: