I have a bash function that produces some output:
function scan { echo \"output\" }
How can I assign this output to a variable?>
VAR=$(scan)
Exactly the same way as for programs.