![]() Tabular data handling toolkit |
tdhfunction(1) - execute a TDH function and write result to standard output
SYNOPSIStdhfunction functioncallDESCRIPTIONExecute a TDH function and write result to standard output. This allows the TDH functions to be used from within shell scripts, etc.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()" `
|
![]() Tabular data handling toolkit Copyright Steve Grubb |