Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Question to all Script-Writers



Hello Axel 

Axel Gruber wrote:
> but i need:  /video0/Dienstag/2002-03-26.21:00.99.99.rec
> 

First idea :

What about ls -lR /video0 | grep 'Dienstag/.*\.rec'

You will get the whole access path.

You can even describe using reg expression the whole RECORDTIME format
to be sure to grab only real recordings path.

Hope it helps you.

Patrick Gueneau



Home | Main Index | Thread Index