![]() Tabular data handling toolkit |
Command
tdhfunction - execute a TDH function and write result to standard output
SYNOPSIStdhfunction functioncallDESCRIPTIONExecute a function and write result to standard output. Trailing newline is NOT added. functioncall is the function name with parentheses and arguments, but without the leading dollar sign ($) on the function name, as seen in the examples below.EXAMPLESThese examples assume /bin/sh:TMPFILE=`tdhfunction "uniquename()" `
TMPFILE=`tdhfunction "time()" `
ENVIRONMENTTDHKIT_CONFIG = the path name of the project config file . |
![]() Tabular data handling toolkit Copyright Steve Grubb |