Mail Archives: cygwin/1998/08/26/20:45:40
hello,
i recently found that when using bash.exe to run a shell script, the
backquote-stdout-capturing mechanism leaves carriage-return characters
in the variable. for example, i have some console utilities which use
the combination of <cr> and <lf> to indicate a newline. suppose this
utility is called 'myprog.exe' and running it simply outputs the
characters 'hello world<cr>'. if, within a bash.exe shell script i do
something like
MYVAR = `myprog`
i find that the <cr> carriage return is not stripped out and is
contained in the variable MYVAR. thus doing something like
echo ${MYVAR}boing
i would expect to see 'hello world boing', but instead i see '
boingworld'.
thanks,
eric holter
newpoint technologies, inc.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -