improve of cmpl.
[bush.git] / testing / 3.OriginalTest.dir / exp / comsub / comsub2.sub
blobd60ae6a0e7380b3c037996741492f4ce111ac761
1 qpath='\/tmp\/foo\/bar'
3 echo "$qpath"
5 # it's crazy that all three of these produce the same result
6 printf "%s\n" ${qpath//\\/}
7 printf "%s\n" ${qpath//"`printf '%s' \\`"/}
8 printf "%s\n" ${qpath//`printf '%s' "\\\\\\\\"`/}