Making a file with terminal commands?
- by iSeth
In Windows I can write a file containing commands for cmd (usually .cmd or .bat files). When I click on those files it will open cmd.exe and run them commands the file contains.
How would I do this in Ubuntu?
I'm sure this is a duplicate, but I can't find my answer.
Its similar to these questions, but they don't answer the question:
Store frequently used terminal commands in a file
CMD.exe Emulator in Ubuntu to run .cmd/.bat file