[mythtv-users] Joy and pain (Daryl McDonald)

Daryl McDonald darylangela at gmail.com
Fri Feb 14 16:47:05 UTC 2014


> It should take almost no time. If you still see '>' you mistyped.
> It's missing a closing to an opening, like a second ` or " or a fi to an
> if or a done to a do.
> Also don't forget the ; and the spaces in between. It's quit literally and
> doesnt complain about
> missing, but just waits.
> Break it off with ctrl-C and click up to review. It then puts most on one
> line with replacing
> some newlines with ; like:
>
> for File in `find *`; do if [ -f $File ]; then Count=`grep -ic "/dev/lirc"
> $File`; if [ $Count -gt 0 ]; then echo "  $Count : $File"; fi; fi; done
> Before the ';' there is no space, only after.
> Tot mails,
>   Hika                            mailto:hikavdh at gmail.com<hikavdh at gmail.com>
>
>
> "Zonder hoop kun je niet leven
> Zonder leven is er geen hoop
> Het eeuwige dilemma
> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>
> De lerende Mens
> --
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org


This just keeps repeating :

bash: [: too many arguments
grep: ic: No such file or directory
grep: /dev/lirc: No such file or directory
bash: [: too many arguments
grep: ic: No such file or directory
grep: /dev/lirc: No such file or directory
bash: [: too many arguments
grep: ic: No such file or directory
grep: /dev/lirc: No such file or directory
bash: [: too many arguments
grep: ic: No such file or directory
grep: /dev/lirc: No such file or directory
bash: [: too many arguments
daryl at daryl-A780L3C:~$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140214/3a683f39/attachment.html>


More information about the mythtv-users mailing list