squote_in_varexp1.tests 94 B

1234
  1. x='\\\\'
  2. printf Nothing:'%s\n' ${x#\\\\\\\\}
  3. printf Nothing:'%s\n' "${x#\\\\\\\\}"
  4. echo Ok:$?