repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
exp
/
comsub
/
comsub2.sub
blob
d60ae6a0e7380b3c037996741492f4ce111ac761
1
qpath='\/tmp\/foo\/bar'
2
3
echo "$qpath"
4
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' "\\\\\\\\"`/}