Generate multiple path names quickly.
Section: Globbing
Brace expansion
bash
bash
mkdir -p project/{src,tests,docs}Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Globbing
Include dotfiles in globbing
Enable matching hidden files with shell globs.
Show current path via shell variable
Print current directory using shell state.
Iterate over files safely
Use NUL delimiters for filenames with spaces/newlines.