I found the use of &quot;here-document&quot; not to be working at all (with Sac 100.1)<br>A workaround I use is putting the commands into a temporary file which can then be called with SAC:<br><br>cat &lt;&lt; eof &gt; ./tmp
<br>input<br>quit<br>eof<br><br>sac ./tmp<br><br><br><br>Andreas<br><br><div><span class="gmail_quote">On 2/28/07, <b class="gmail_sendername">Brian Savage</b> &lt;<a href="mailto:savage@uri.edu">savage@uri.edu</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Xinlei<br><br>If you add in the quit command, sac will return, otherwise it will hang.
<br>And yes, this is on the list of things to fix, but it is not related<br>to the 64//32 bit issue.<br><br>sac &lt;&lt;end<br>input<br>quit<br>end<br><br>Cheers,<br>Brian Savage<br><a href="mailto:savage@uri.edu">savage@uri.edu
</a><br><br></blockquote></div><br>