This filter is a page
Drawer: Braces
Brace expansion: one pair of wings that multiplies words.
3 insects on this page
- BSH-001 {a,b} One word becomes two: the list in braces multiplies whatever surrounds it. Braces common
- BSH-002 {1..10} From one end to the other, the shell lines up the sequence — with a step, if asked. Braces common
- BSH-003 dir/{a,b,c} Nested braces and a shared prefix: a directory tree in one line. Braces uncommon