Changes

Jump to navigation Jump to search
no edit summary
Line 159: Line 159:  
sed -f cnv_lexi.vi /etc/e-smith/locale/en-us/etc/e-smith/web/functions/$1 $1.res | tr "\n" "~" | sed 's/\s+~/~/g' | sed 's/~,/,/g' | sed "s/~'~/'/g" | sed s/"~',~'/',~/g" | tr "~" "\n" > $1.lex
 
sed -f cnv_lexi.vi /etc/e-smith/locale/en-us/etc/e-smith/web/functions/$1 $1.res | tr "\n" "~" | sed 's/\s+~/~/g' | sed 's/~,/,/g' | sed "s/~'~/'/g" | sed s/"~',~'/',~/g" | tr "~" "\n" > $1.lex
   −
</syntaxhighlight>Run it by: ./extractlexi.sh dhcpd"
+
</syntaxhighlight>Run it by:  
 +
./extractlexi.sh dhcpd
    
I have not really understood how formMagick works, but mostly the subroutine names and code shows what is needed.
 
I have not really understood how formMagick works, but mostly the subroutine names and code shows what is needed.

Navigation menu