Trying to do this in a c program:<BR><BR><pre class="ip-ubbcode-code-pre">printf(" Heading1 Heading2 Heading3\n"); printf(" %i %i %i\n", var1, var2, var3);</pre><BR ...
The printf command offers well-defined behavior following the POSIX standard, which means it works the same way across shells and systems. Where echo often fails with escape sequences, printf handles ...