I have a function. I need to use it in parallel calls. for that I need to export the function first in ksh, which O am not able to. export -f or export -q, nothing is working really.
export -f or export -q, nothing is working really.
That's no wonder - ksh's export doesn't have such options.
Moreover, man ksh:
The export attribute of functions is currently not used.
If you don't want to use the provided means ENV and FPATH, your wish is unsatisfiable.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With