> 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($file,"00:10",$ref);
> '

If you want to pass the output of a function to a command (assuming
bash), you can do so by wrapping it in backticks '``' or in $()'s.

- Onteria

-- 
Onteria
Will you change the world, or will the world change you?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to