Earnie Boyd dixit: >> Try using something like 「print -r -- "$PATH"」 instead. > >Yes, that does the job of issuing the string without translation of >characters by escape sequence. There are however a lot of scripts >using echo.
Mhm. One thing you can do is force the POSIX echo. Ah well – that’s mksh R39-based… *looks at old code* Your options are to set -o posix (which will change a lot more) or to use echo -E "$PATH". bye, //mirabilos -- <mirabilos> │ untested <Natureshadow> │ tut natürlich <Natureshadow> │ was auch sonst ... <mirabilos> │ fijn ☺
