Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in brace-expansion

how to use variables with brace expansion [duplicate]

Brace expansion with $@ arguments

How can I make a multiplication table using bash brace expansion? So far I have this: echo $[{1..10}*{1..10}]

bash brace-expansion

Understanding code ({0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1})

What is the difference between these two things?

Bash what's the difference between $1 and ${1} [duplicate]

Tricky brace expansion in shell

bash shell brace-expansion

Bash: Brace expansion in scripts not working due to unwanted escaping

Execute command multiple times with curly brackets arguments list

(zsh brace expansion | seq) for character lists - how?

Brace expansion with a Bash variable - {0..$foo}

bash brace-expansion

Powershell equivalent of Bash Brace Expansion for generating lists/arrays

Bash brace expansion not working on Dockerfile RUN command

Brace expansion with range in fish shell

shell fish brace-expansion

Using a variable in brace expansion range fed to a for loop