> >...-exec sh -c 'something with $1' {} \; is fully safe as well.

sh -c 'echo foo"$1"bar' baz

-> foobar

Seems not.



a typo, sorry, it should be sh -c 'echo foo$1bar' -- baz


i am cheating tho, and have sh symlinked to bash.



--
almir

Reply via email to