0 bookmark(s) - Sort by: Date ↓ / Title /
Introduction to parameter substitution in Bash scripting
Different types of parameter substitution:
${parameter}
${parameter-:-word}
${parameter-:=word}
${parameter-:?word}
${parameter-:+word}
Examples of using parameter substitution, positional parameters and special parameters in Bash
First / Previous / Next / Last
/ Page 1 of 0