Hello again,Is there a way for ksh to expand a $(command substitution) without having to execute the entire line?
bash provides this via shell-expand-line (bound to Ctrl-Alt-e by default), and ksh seems to have expand-file, but that only works for filenames.
Any ideas? Best regards, John