j
k
j a
j l
syrius.ml@no-log.org wrote:
grep|awk|sed in one sed: sed -ne '/define VDRVERSION/ { s/^.*"(.*)".*$/\1/; p }' config.h
Mine is shorter! :P
sed -ne '/define VDRVERSION/s/.*"(.*)".*/\1/p' config.h
Cheers,
Udo
Back to the thread
Back to the list