Strings

shell is full of surprises. Mastering the four types of strings can help eliminate many of those surprises. Each of the following string types will be discussed with examples given for each.

  • Single-Quoted Strings

  • Double-Quoted Strings

  • Unquoted Strings

  • Compound Strings

Last updated