← All Tools

Bash Brace Expansion

Type a bash brace pattern and see exactly what the shell would expand it to — without running anything. Supports comma lists {a,b,c}, numeric ranges {1..10}, character ranges {a..z}, ranges with steps {0..20..2}, zero padding {001..010}, and arbitrary nesting {a,b{1..3},c}.

Examples

Notes

Copied!