Skip to content
The Bash Insectarium

/static/insetario/en/etiqueta/chaves/

Menu

This filter is a page

Drawer: Braces

Brace expansion: one pair of wings that multiplies words.

3 insects on this page

  1. BSH-001 {a,b} One word becomes two: the list in braces multiplies whatever surrounds it. Braces common
  2. BSH-002 {1..10} From one end to the other, the shell lines up the sequence — with a step, if asked. Braces common
  3. BSH-003 dir/{a,b,c} Nested braces and a shared prefix: a directory tree in one line. Braces uncommon