Echo perl one-liner intact

2010-12-15 Thread Mike Martin
Hi I am trying pass a perl one-liner to at intact eg: echo 'perl -mLinux::DVB::DVBT -e 'my $dvb=Linux::DVB::DVBT->new(O_NONBLOCK,'O_RDONLY');$dvb->set_frontend('frequency' => '497167000','tsid' => '4222');my $file="/storage/burn/testol";my $ref={pmt=>'10'};$dvb->set_demux(101,102);$dvb->record($f

Re: Echo perl one-liner intact

2010-12-15 Thread Jim Gibson
On 12/15/10 Wed Dec 15, 2010 8:05 AM, "Mike Martin" scribbled: > Hi > > I am trying pass a perl one-liner to at intact eg: > > echo 'perl -mLinux::DVB::DVBT -e 'my > $dvb=Linux::DVB::DVBT->new(O_NONBLOCK,'O_RDONLY');$dvb->set_frontend('frequenc > y' > => '497167000','tsid' => '4222');my $file

Re: Echo perl one-liner intact

2010-12-15 Thread Onteria
> Hi > > I am trying pass a perl one-liner to at intact eg: > > echo 'perl -mLinux::DVB::DVBT -e 'my > $dvb=Linux::DVB::DVBT->new(O_NONBLOCK,'O_RDONLY');$dvb->set_frontend('frequency' > => '497167000','tsid' => '4222');my $file="/storage/burn/testol";my > $ref={pmt=>'10'};$dvb->set_demux(101,102)

Re: Echo perl one-liner intact

2010-12-15 Thread Mike Martin
On 15 December 2010 16:21, Jim Gibson wrote: > On 12/15/10 Wed  Dec 15, 2010  8:05 AM, "Mike Martin" > scribbled: > >> Hi >> >> I am trying pass a perl one-liner to at intact eg: >> >> echo 'perl -mLinux::DVB::DVBT -e 'my >> $dvb=Linux::DVB::DVBT->new(O_NONBLOCK,'O_RDONLY');$dvb->set_frontend('fr

Re: Echo perl one-liner intact

2010-12-15 Thread Brandon McCaig
On Wed, Dec 15, 2010 at 8:47 PM, Mike Martin wrote: > to explain further the aim is that the one-liner is generated on the > fly and then passed to at to schedule recordings which is why I want > it to be a one liner so that at wll parse it correctly > > generating seperate files for each iteratio

Re: Echo perl one-liner intact

2010-12-15 Thread C.DeRykus
On Dec 15, 8:05 am, redt...@gmail.com (Mike Martin) wrote: > Hi > > I am trying pass a perl one-liner to at intact eg: > > echo 'perl -mLinux::DVB::DVBT -e 'my > $dvb=Linux::DVB::DVBT->new(O_NONBLOCK,'O_RDONLY');$dvb->set_frontend('frequency' > => '497167000','tsid' => '4222');my $file="/storage/bu