On 11/6/06, TheOldFellow <[EMAIL PROTECTED]> wrote:
echo -e \\t\\tExecuting scripts
Another option. Use the character code directly. echo $$'\t'$$'\t'Executing scripts This seems to work with /bin/echo and the builtin bash echo, but it's the only shell I have. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
