[mythtv-users] Issues with my HDHomerun: Resource temporarily unavailable

Alistair Grant akgrant0710 at gmail.com
Sun Jan 4 20:38:28 UTC 2015


On Sun, Jan 4, 2015 at 9:08 PM, Ian Evans <dheianevans at gmail.com> wrote:
> I've got something like this:
>
> #!/bin/sh
> while [ 1 ]; do
> echo "test"
> hdhomerun_config 10305A8C get /tuner0/debug >> mythtest
>     sleep 2
> done
>
>
> I'll google around, but how do I echo a time stamp into this?

$ echo `date`
Sun Jan 4 21:37:01 CET 2015

Note that the quotes are back quotes, on a US keyboard they're below
the tilda (~).


More information about the mythtv-users mailing list