‘Rscript’ is not recognized as an internal or external command,
operable program or batch file.
‘gzip’ is not recognized as an internal or external command,
operable program or batch file.
‘julia’ is not recognized as an internal or external command,
operable program or batch file.
cmd /c seems to be simply windows command, is there a way to run this in linux(Ubuntu 20.04 LTS)?
I’m not clear on what exactly you are trying to do. Are you on Windows and trying to run Linux commands in Julia? That won’t work, since Julia is just telling Windows to execute the commands.
If you are on Linux and trying to run Linux commands from Julia then you don’t want the cmd because that is a Windows command.