Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in brace-expansion
how to use variables with brace expansion [duplicate]
Mar 17, 2023
linux
bash
shell
brace-expansion
Brace expansion with $@ arguments
Jan 08, 2023
bash
variable-expansion
brace-expansion
How can I make a multiplication table using bash brace expansion? So far I have this: echo $[{1..10}*{1..10}]
Dec 12, 2022
bash
brace-expansion
Understanding code ({0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1}{0..1})
Nov 10, 2022
arrays
linux
bash
brace-expansion
What is the difference between these two things?
Nov 13, 2022
linux
bash
eval
brace-expansion
Bash what's the difference between $1 and ${1} [duplicate]
Aug 18, 2022
bash
shell
syntax
curly-braces
variable-expansion
brace-expansion
Tricky brace expansion in shell
Oct 28, 2022
bash
shell
brace-expansion
Bash: Brace expansion in scripts not working due to unwanted escaping
Oct 18, 2022
bash
escaping
brace-expansion
Execute command multiple times with curly brackets arguments list
Apr 06, 2022
bash
shell
command-line
command-line-arguments
brace-expansion
(zsh brace expansion | seq) for character lists - how?
Feb 26, 2019
zsh
character
brace-expansion
seq
Brace expansion with a Bash variable - {0..$foo}
Oct 07, 2019
bash
brace-expansion
Powershell equivalent of Bash Brace Expansion for generating lists/arrays
Feb 13, 2021
arrays
powershell
brace-expansion
Bash brace expansion not working on Dockerfile RUN command
Dec 21, 2016
bash
docker
dockerfile
brace-expansion
Brace expansion with range in fish shell
Sep 03, 2022
shell
fish
brace-expansion
Using a variable in brace expansion range fed to a for loop
Jun 10, 2022
bash
for-loop
brace-expansion