Re: [Owfs-developers] Echo string to LCD gets funky trailing char

2006-12-12 Thread [EMAIL PROTECTED]
Thanks Jan, echo -n works perfectly.  I'm still trying to get up to speed in linux capabilities since OWFS is my first actual adventure in it. -Scott Jan Kandziora wrote: Am Mittwoch, 13. Dezember 2006 01:12 schrieb [EMAIL PROTECTED]: Should I be doing this differently (instead o

Re: [Owfs-developers] Echo string to LCD gets funky trailing char

2006-12-12 Thread Jan Kandziora
Am Mittwoch, 13. Dezember 2006 01:12 schrieb [EMAIL PROTECTED]: > Should I be doing this differently (instead of echoing it) > How about using the "printf" shell builtin or, if you don't have bash at hand, how about using "echo -n"? Kind regards Jan -- A closed mouth gathers no foot. -

[Owfs-developers] Echo string to LCD gets funky trailing char

2006-12-12 Thread [EMAIL PROTECTED]
I am writing a (test) shell script to dump the temps reported by several sensors to my LCD, but I think it's trying to display the CR/LF at the end. When I change the message to something via OWhttpd it works fine (no trailing char), but echoing something to the message file via OWFS it seems t