That could be an issue with the shell on Ubuntu. On Ubuntu the default “sh” in PATH,
- is usually a soft link to the minimal “dash” shell and not a more complete shell like the “bash” shell.
I would try using the bash shell, e.g.., type “bash” in your terminal window and then run the command that produced the error,
… run your command ...
If that fixes the issue, you might consider changing the /bin/sh link to point to bash instead of dash. But you will need sudo/root privileges to do that, e.g.,
- R.
On Jan 18, 2023, at 14:36, Alexopoulos, Dimitrios <dimitriosalexopoulos@wustl.edu> wrote: