bkslash_in_varexp1.tests 111 B

123456
  1. x=a
  2. echo Nothing:${x#[]a]}
  3. echo Nothing:"${x#[]a]}"
  4. echo Nothing:${x%[]a]}
  5. echo Nothing:"${x%[]a]}"
  6. echo Ok:$?