blob: efb380db3bf53083c8c44732c81073a9461f9476 [file] [log] [blame]
x='\\\\'
printf Nothing:'%s\n' ${x#\\\\\\\\}
printf Nothing:'%s\n' "${x#\\\\\\\\}"
echo Ok:$?