[vdr] [ANNOUNCE] VDR developer version 1.3.47
syrius.ml at no-log.org
syrius.ml at no-log.org
Thu Apr 27 01:00:59 CEST 2006
Udo Richter <udo_richter at gmx.de> writes:
> syrius.ml at no-log.org wrote:
>>>> sed -ne '/define VDRVERSION/ { s/^.*"\(.*\)".*$/\1/; p }' config.h
>>> Mine is shorter! :P
>>>
>>> sed -ne '/define VDRVERSION/s/.*"\(.*\)".*/\1/p' config.h
>> awk -F '"' '/define VDRVERSION/ {print $2}' config.h
>> mine ! ;-)
>
> sed -ne"/define VDRVERSION/s/[^0-9.]//gp" config.h
>
> Gotcha! ;D
awk -F'"' '/define VDRVERSION/{print$2}' config.h
na ! ;-)
--
More information about the vdr
mailing list