Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in variable-expansion

Exclamation mark and hash within curly braces in bash

bash variable-expansion

Escape $ in variable passed to docker run command

Equal/minus sign without a colon in a parameter expasion in bash

In Bash, is there a way to expand variables twice in double quotes?

Appending newlines to a variable to be "echo"ed out

Brace expansion with $@ arguments

Is there a way to prevent percent expansion of env variable in Windows command line?

What exactly is “%~zI” expanded to for directories in FOR loops?

Bash : Adding extra single quotes to strings with spaces

bash variable-expansion

Bash variable expansion with a '/'

Powershell variable expansion when calling other programs

Grep error due to expanding variables with spaces

ln complains about no such file or directory

Bash arbitrary glob pattern (with spaces) in for loop

How to do a partial expand in Snakemake?

What does "${!var}" mean in shell script? [duplicate]

Word splitting in Bash with IFS set to a non-whitespace character

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

Passing a command with arguments as a string to docker run

What's wrong with the following GNU make shell variable expansion?