Is it possible to use bash function inside AWK somehow?
Example file (string, int, int, int)
Mike 247808 247809 247810
Trying to convert values from decimal to hexadecimal.
Function defined either in .bashrc or in shell script.
awk '{print $1 ; d2h($2)}' file
awk: calling undefined function d2h input record number 1, file file source line number 1