Maybe the lines are ending in a deletion character?<br>Can you redirect the output to a textfile and share it with us?<br><br>svn st>/tmp/output.txt<br><br><br>Why the echo anyhow, or are you using $ST somewhere else?<br>
<br>Regards,<br><br><br>Tyler Aviss<br>System Administrator/Technician<br>LPIC/LPIC-2<br><br><br>p.s.<br><br><br><br><div><span class="gmail_quote">On 7/3/07, <b class="gmail_sendername">Neil Watson</b> <<a href="mailto:tlug-neil-8agRmHhQ+n2CxnSzwYWP7Q@public.gmane.org">
tlug-neil-8agRmHhQ+n2CxnSzwYWP7Q@public.gmane.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Could some kind sole explain why these outputs are different:
<br><br>nhwatson@tor-lx-svn ~/test_repo/trunk $ ST=$(svn st); echo "$ST"<br>?      one<br>?      five<br>!      bar<br>!      four<br>nhwatson@tor-lx-svn ~/test_repo/trunk $ ST=$(svn st); echo $ST<br>? one ? five ! bar ! four
<br><br>Where do the new lines go in the second example?<br><br>--<br>Neil Watson             | Debian Linux<br>System Administrator    | Uptime  14:55:17 up 21:19,  2 users,  load average: 0.00, 0.00, 0.00<br><a href="http://watson-wilson.ca">
http://watson-wilson.ca</a><br>--<br>The Toronto Linux Users Group.      Meetings: <a href="http://gtalug.org/">http://gtalug.org/</a><br>TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>How to UNSUBSCRIBE: 
<a href="http://gtalug.org/wiki/Mailing_lists">http://gtalug.org/wiki/Mailing_lists</a><br></blockquote></div><br>