[ANNOUNCE] VDR developer version 1.3.47

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

 



syrius.ml@xxxxxxxxxx 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

Cheers,

Udo



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux