150k views
3 votes
Can anyone help me with getting bash ubuntu on windows setup?

User Mick Byrne
by
8.2k points

1 Answer

3 votes
Open Applications -> Accessories -> Terminal.

Find where the .sh file. Use the ls and cd commands. ls will list the files and folders in the current folder. Give it a try: type "ls" and press Enter.

Run the .sh file. Once you can see for example script1.sh with ls run this: ./script.sh.

What windows do you have?))
User Zhaojun
by
7.8k points