Hi there, I am almost completely new in the coding field.
However, I've basically been given some scripts to run. I'm using RStudio in Window 10.
I've noticed that if I try to run the script in my windows, it does not work, whereas if I try with someonelse's computer (a Linux) it has no issues.
The problems are:
#!/bin/bash
'#!' is not recognized as an internal or external command,
operable program or batch file.
Same message pops up for "printf" and "done"
Do I have to download a package to make them work on windows o is it impossible to make these commands work? I know it might be a quite basic question. Thanks for replying!