[mythtv-users] Added a second Tuner

James Fidell james at cloud9.co.uk
Mon Feb 28 23:14:59 UTC 2005


Quoting myself:

>   find / -print | xargs grep -H mythfrontend
> 
> or, if you're likely to have filenames containing spaces, even:
> 
>   find / -print0 | xargs -0 grep -H mythfrontend

Thanks to Shawn I've just noticed I missed out an argument to xargs
here. In the GNU xargs you also need something like (say) "-l40", to get
xargs to exec grep once for groups of forty files because the default is
for one file.  *BSD and SysV have different defaults, AFAIR.

James


More information about the mythtv-users mailing list